React @react.dev · Apr 23

You can customize animations with props on ViewTransition: <ViewTransition default=”slow-fade”>

6 likes 1 replies

?

Replies

React · 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}>