Early Experimentation with MPA View-Transitions

The view-transitions feature for MPAs works really well. I haven’t experimented with it too much yet, but enabling it with the Chrome flag and adding the meta tag will give you smooth page transitions out of the box, without any JavaScript.

Try it out with:

chrome://flags#view-transition-on-navigation

and adding the meta tag to your site:

<meta name="view-transition" content="same-origin" />

Also check out some cool other posts, that also talk about this:

Discuss on Mastodon