I have been playing with view transitions in an MPA with CSS only which currently works in Chrome Canary with the following flags enabled:
- #enable-experimental-web-platform-features
- #view-transition
- #view-transition-on-navigation
The HTML documents also have the meta tag <meta name="view-transition" content="same-origin">
I don't see this mentioned anywhere anymore in the article on the Chrome Developers site anymore so has this support for MPAs been deprecated?
Or will this still be added in the future?
This is my working demo: https://small-ringed-crest.glitch.me/view-transition1.html
I have been playing with view transitions in an MPA with CSS only which currently works in Chrome Canary with the following flags enabled:
The HTML documents also have the meta tag
<meta name="view-transition" content="same-origin">I don't see this mentioned anywhere anymore in the article on the Chrome Developers site anymore so has this support for MPAs been deprecated?
Or will this still be added in the future?
This is my working demo: https://small-ringed-crest.glitch.me/view-transition1.html