A collection of reusable component transitions for Vue.js 2 applications.
Features:
- Brings only the code that you need. Many alternative solutions import the whole animate.css library. Vue2-transitions is minimalistic and lets you import only the transitions that you need in your app
- Each transition component has ~2kb (non-minified js+css or ~400 bytes gzipped) and you can import only the ones you really need.
- Configurable. You can configure animation enter and leave durations as well as all the props of the native Vue transition components through props
- Easy to use. No extra classes
Preview:
Download Details:
Author: BinarCode
Live Demo: https://binarcode.github.io/vue2-transitions/
Download Link: https://github.com/BinarCode/vue2-transitions/archive/master.zip
Official Website: https://github.com/BinarCode/vue2-transitions
Install & Download:
# Yarn
$ yarn add vue2-transitions
# NPM
$ npm install vue2-transitions --save