Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

risenohk/vue-animate-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Vue.js with animate-css

Resources

Stars

Watchers

Forks

Packages

No packages published