Chrome 147 ships element-scoped view transitions, allowing developers to call `Element.startViewTransition()` on a DOM subtree rather than the entire document. This enables multiple view transitions to run concurrently, supports nesting of ongoing transitions, and fixes layering issues with `position: fixed` content while

2m read timeFrom developer.chrome.com
Post cover image
Table of contents
What has changed?DemosRead the guide
1 Comment

Sort: