I want to animate CSS transitions between pages #740
WebWeWantBot
started this conversation in
Wants
Replies: 3 comments
-
Portals will probably solve what you need: https://wicg.github.io/portals/ and for an easier to consume medium with video presentation: https://web.dev/hands-on-portals/ This is a valid want and should be added to the site. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Now a Candidate Recommendation: View Transitions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, animating elements between pages (like expanding a card to a full page) requires JavaScript rendering and client side routing. Given that the web is built on individual HTML documents, it shouldn't require re-implementing routing to add this functionality.
Beta Was this translation helpful? Give feedback.
All reactions