Astro introduces an update to the View Transitions API that allows for native, app-like page navigation without JavaScript. Chrome 126 and Microsoft Edge 126 support zero-JavaScript view transitions. To enable it, add the @view-transition at-rule to your website's CSS. The 'transition:persist' feature is not yet supported by native cross-document navigation.
Table of contents
DemoEnable Zero-JavaScript View TransitionsUpgrade an Existing ProjectWhat about transition:persist ?The Future of Astro2 Comments
Sort: