In this lesson, learn how to use Astro’s View Transition to provide smooth transitions between pages. This is possible with the <ViewTransition>
component as well as a number of transition directives including: transition:animate
and transition:name
. Under the hood, Astro uses the browser native View Transition API.
Links