Search
Toe Dipping Into View Transitions
21.2.2025
The View Transitions API is more a set of features than it is about any one particular thing. And it gets complex fast. But in this post, we’ll cover a couple ways to dip your toes into the waters without having to dive in head-first.
Toe Dipping Into View Transitions originally published...
Keeping the page interactive while a View Transition is running
31.1.2025
When using View Transitions you’ll notice the page becomes unresponsive to clicks while a View Transition is running. […] This happens because of the ::view-transition pseudo element – the one that contains all animated snapshots – gets overlayed on top
…
Keeping the page...
What on Earth is the `types` Descriptor in View Transitions?
29.1.2025
The @view-transition at-rule has two descriptions. One is the commonly used navigation descriptor. The second is types, the lesser-known of the two, and one that probably envies how much attention navigation gets. But read on to learn why we need types and how it opens up new possibilities...
A CSS Wishlist for 2025
23.12.2024
2024 has been one of the greatest years for CSS: cross-document view transitions, scroll-driven animations, anchor positioning, animate to height: auto, and many others. It seems out of touch to ask, but what else do we …
A CSS Wishlist for 2025 originally published on CSS-Tricks, which...
CSSWG Minutes Telecon (2024-08-21)
30.8.2024
View Transitions are one of the most awesome features CSS has shipped in recent times. Its title is self-explanatory: transitions between views are possible with just CSS, even across pages of the same origin! What’s more interesting is its …
CSSWG Minutes Telecon (2024-08-21)...
Making CSS View-Transitions Easy with Velvette
19.1.2024
Learn how to effortlessly implement smooth CSS view-transitions with Velvette, a useful library designed to tackle common challenges and enhance user experiences in web applications
Animating Multi-Page Navigations with Browser View Transitions and Astro
3.10.2023
A beginner-friendly guide that walks you through the use of the Browser View Transitions API with Astro for a smoother navigation experience