1.0.0 • Published 8 years ago

vue-animate-css v1.0.0

Weekly downloads
56
License
MIT
Repository
-
Last release
8 years ago

Usage

Installation

npm install vue-animate-css

Add this into your entry file

require('vue-animate-css')

Directive

Single animation

<p v-animation animate="bounce">Hello World</p>

Loop animation

<p v-animation animate="bounce" loop>Hello World</p>

Transition

<p class="animated" transition="bounce-shake">Hello World</p>
1.0.0

8 years ago