Enhancing Cross-Document Navigation with the View Transitions API – Trung Vo

The View Transitions API helps developers create smooth animations when moving between different parts of a webpage. You’ll often notice this when going from one page to another (like from /page-1 to /page-2), but it can also make updates within the same page more dynamic.

Historically, achieving seamless animations during significant state changes has posed challenges, with full-page load transitions largely dependent on browser capabilities.

Source: Enhancing Cross-Document Navigation with the View Transitions API – Trung Vo

Learn how it’s now (or at least soon will be) much simpler with View Transitions.