v-animate-css
v-animate-css copied to clipboard
The easiest to implement Vue directive for Animate.css
Vue Animate CSS
v-animate-css
The easiest to implement Vue directive for Animate.css
If you like this project, please give it a star, and consider following the author. :)
Installation
NPM
npm install v-animate-css --save
Yarn
yarn add v-animate-css
CDN
https://unpkg.com/v-animate-css/dist/v-animate-css.js
Usage
import Vue from 'vue';
import VAnimateCss from 'v-animate-css';
Vue.use(VAnimateCss);
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.4.4/vue.js"></script>
<script src="https://unpkg.com/v-animate-css/dist/v-animate-css.js"></script>
<script>
Vue.use(VAnimateCss.default);
</script>
Demo and Docs here.
Made with :heart: by Jofferson Ramirez Tiquez