When .startViewTransition() is called, the API captures the current state of the page. This includes taking a snapshot.
Once complete, the callback passed to .startViewTransition() is called. That's where the DOM is changed. Then, the API captures the new state of the page.
- すべてのアニメーションはCSSアニメーションで行われるため、CSSでカスタマイズ可能。
ネットワークめっちゃ遅延させた時、画像が読み込まれながらVTするので、LIVEスクショということもわかる