Bringing Page Transitions to the Web

Native apps often feature transitions between states that both look great and help communicate the type of navigation to the user. The bad news: creating transitions between pages on the web is impossible. In-page transitions are possible, but complex. The good news: new APIs are coming to simplify this process, building on top of CSS animations and the web animation API, and it works across navigations! Resources: Demo → (requires document-transition and enable-experimental-web-platform-features flags) Developer guide → Full explainer → Codelab → Speaker: Jake Archibald PUBLICATION PERMISSIONS: Original video was published with the Creative Commons Attribution license (reuse allowed). Link:
Back to Top