Charca / astro-movies

Movie DB App built with Astro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`chrome://flags/#document-transition` (Chrome 104+) ⇛ `chrome://flags/#view-transition` (Chrome 109+)

JulianCataldo opened this issue Β· comments

Huge thanks for sharing this PoC, very inspiring πŸ™


I had a trouble enabling the feature with Chrome 108.

Resolved like this:

chrome://flags/#document-transition feature flag in Chrome 104+
https://www.maxiferreira.com/blog/astro-page-transitions/

⟱

chrome://flags/#view-transition flag in Chrome 109+
https://developer.chrome.com/docs/web-platform/view-transitions/

Now, everything works perfectly βœ…


Cheers, have fun!

Thank you for the heads up! That entire blog post needs updating with the latest version of the API, but I'll make sure I'll include the updated instructions to enable the feature flag as well.