Orlandster / vue-page-transition

A lightweight Vue.js plugin for page / route transitions.

Home Page:https://orlandster.github.io/vue-page-transition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transition name not changing the transition

opened this issue · comments

I'm trying to use a transition other than the default fade. When passing a name it does not change anything.

// in main.js
import VuePageTransition from 'vue-page-transition'

Vue.use(VuePageTransition);

// in App.vue
<vue-page-transition name="overlay-left-full">