React @react.dev · Apr 23

For shared element transitions, you can add a “name”. This will animate an item from one part of the app to another: <ViewTransition name={id}>

11 likes 1 replies

?

Replies

React · Apr 23

ViewTransition can also be triggered by Suspense, to animate content to replace the fallback: