What’s New in View Transitions (2025 Update)
Check out the post I wrote for developer.chrome.com to learn what changed for View Transitions in 2025.
A rather geeky/technical weblog, est. 2001, by Bramus
Check out the post I wrote for developer.chrome.com to learn what changed for View Transitions in 2025.
CSS Custom Functions (@function) + CSS if() + CSS color-scheme() = one sweet combo!
A new View Transitions-related feature we shipped in Chrome 140 is the ability to nest ::view-transition-group() pseudos. This is useful for retaining visual effects such as clipping, move elements as part of a group, etc.
If you thought we were done with View Transitions, guess again! A feature Chrome is working on, is “Scoped View Transitions”, which allow you to scope a VT to a subtree of the DOM. We are actively looking for feedback on this one.
At Middlesbrough Front End 2025 I gave a talk about some of the more exotic applications of View Transitions
At JSHeroes 2025 I gave a talk on Scroll-Driven Animations.
Slides + Recording of the talk “Supercharge Web UX with View Transitions” I gave at WebExpo.
For this year’s Google I/O, I recorded the session “Web animations today and tomorrow”. Check it out to learn how to guide, inform, and delight users by adding subtle and supportive animations to your web UIs.
Instead of duplicating an animation on the ::view-transition-group pseudo, you can also rely on CSS transitions on the original element … if you’ve set it up correctly.
In April I attended #BlinkOn, the conference for web platform contributors in the Chromium open source project. At the conference I gave a presentation about “CSS Parser Extensions”, a wild idea I have to fix CSS polyfilling once and for all. If you didn’t know, polyfilling CSS features is extremely hard, mainly because the CSS Parser discards what it does not understand. So what if, instead of having authors write their own parser and cascade to polyfill a CSS feature, they could teach the parser some new tricks?
A rather geeky/technical weblog, est. 2001, by Bramus
Check out the post I wrote for developer.chrome.com to learn what changed for View Transitions in 2025.
CSS Custom Functions (@function) + CSS if() + CSS color-scheme() = one sweet combo!
A new View Transitions-related feature we shipped in Chrome 140 is the ability to nest ::view-transition-group() pseudos. This is useful for retaining visual effects such as clipping, move elements as part of a group, etc.
If you thought we were done with View Transitions, guess again! A feature Chrome is working on, is “Scoped View Transitions”, which allow you to scope a VT to a subtree of the DOM. We are actively looking for feedback on this one.
At Middlesbrough Front End 2025 I gave a talk about some of the more exotic applications of View Transitions
At JSHeroes 2025 I gave a talk on Scroll-Driven Animations.
Slides + Recording of the talk “Supercharge Web UX with View Transitions” I gave at WebExpo.
For this year’s Google I/O, I recorded the session “Web animations today and tomorrow”. Check it out to learn how to guide, inform, and delight users by adding subtle and supportive animations to your web UIs.
Instead of duplicating an animation on the ::view-transition-group pseudo, you can also rely on CSS transitions on the original element … if you’ve set it up correctly.
In April I attended #BlinkOn, the conference for web platform contributors in the Chromium open source project. At the conference I gave a presentation about “CSS Parser Extensions”, a wild idea I have to fix CSS polyfilling once and for all. If you didn’t know, polyfilling CSS features is extremely hard, mainly because the CSS Parser discards what it does not understand. So what if, instead of having authors write their own parser and cascade to polyfill a CSS feature, they could teach the parser some new tricks?