UNPKG

vue-animate

Version:

LESS cross-browser animation library, for use with Vue.js. Ported from Animate.css.

9 lines (7 loc) 206 B
@import 'rotate'; @import 'rotateDownLeft'; @import 'rotateDownRight'; @import 'rotateUpLeft'; @import 'rotateUpRight'; @rotates: DownLeft, DownRight, UpLeft, UpRight; .make-transitions(rotate, @rotates);