vue-hero-transition
v0.2.5
Published
A Hero style of transition for Vuejs 2.x and router
Downloads
5
Readme
Vue Hero Transition
Description
Custom transitions between routes based on "hero" content.
Demo: http://bonamy.fr/vue-hero-transition/
Usage
import Hero from 'vue-hero-transition';
Vue.use(Hero);
Wrap your view-router
with HeroTransition
:
<HeroTransition>
<router-view></router-view>
</HeroTransition>
Then wrap elements on source and target routes with Hero
. Required attribute tag
should match:
<Hero tag="tag">
...
</Hero>
Parameters
HeroTransition
accepts the following parameters: