← All notes
Web dev

The View Transitions API brings native-like transitions to the web

DV
Daan VisserMay 20, 2026 · 3 min read

One of the things that makes native apps feel premium is smooth transitions between screens. On the web that was long awkward. The View Transitions API changes that — with surprisingly little code.

Perceived quality, cheaply

The browser now produces the in-between animation between two states itself. The result feels polished without a pile of animation logic, and works both within a page and across navigations.

Our take

Details like this decide whether a web app feels cheap or considered. We like using it where it lifts the experience — subtle, not a circus.

Thinking about a build?Compile your idea →