Transitions
Learn to add transitions to your Nuxt project to make it stand out when switching between pages.
Transitions can make our app more appealing when switching between pages. They can add CSS effects, such as making the transition smoother or animated.
Global transitions
Nuxt uses the Vue.js <Transition>
component, and we can activate transitions for our pages in the nuxt.config.ts
:
Get hands-on with 1400+ tech skills courses.