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 ...