Summit '23
CSS Between the Pages
About this presentation
We have been able to animate and transition on the web for a while, but the experience has been limited to within single pages. Successfully animating between large state changes has traditionally been hard and transitioning across full page loads is left up to the browser. The View Transitions API aims to change that by making it easy to transition anything from elements to entire pages across navigations with just CSS and the occasional sprinkle of JavaScript. We'll take a look at how this works, see some examples, and consider the future of single and multi page applications. Get ready to transition from boring page loads and jumpy state changes to a smooth ride into the future.