This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Astro View Transitions
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