Source code for plain JS View Transitions: https://codesandbox.io/p/github/tomdohnal/view-transitions/main
Source code for React View Transitions: https://codesandbox.io/p/github/tomdohnal/react-view-transitions/main
0:00 intro
0:29 boilerplate walkthrough
1:14 document view transition
3:17 shared element transition
7:22 advanced shared element transitions
19:44 refactoring hard-coded transitions
27:53 custom transition animation
31:43 view-transition-class
34:27 document view transitions recap
35:12 React code walkthrough
35:54 startTransition & VIewTransition
37:29 shared element transitions in React
43:55 custom transition animation in React