Nuxt transitions
In this example:
pages/index.vue
andpages/fade.vue
use the default page transiton.pages/bounce.vue
uses thetransition
property with a bounce transitionpages/slide.vue
uses thetransition
property with a slide-bottom transition.layout/default.vue
contains the classes for all transitions.
Learn more in the Features book in the Transitions chapter.
Loading CodeSandbox...