0.2.5 • Published 6 months ago

vue-hero-transition v0.2.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

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:

0.2.5

6 months ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago