Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 354 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 354 Bytes

vue-animate-transitions

Port of animate.css to view transitions

Demo

→ Demo Here

Install

npm install vue-animate-transitions

load in the dist/vue-animate-transitions.min.css

Usage

<transition name="bounceInUp">
  <!-- your template -->
</transition>