/vue-declarative-animation

A declarative Vue template wrapper around Velocity.js

Primary LanguageCSS

vue-declarative-animation

A declarative Vue template wrapper around Velocity.js

Examples here

Installation

npm install vue-declarative-animation

import { animated, animation } from 'vue-declarative-animation';

In your Vue component:

components: {
    animated,
    animation
}