UNPKG

vue-animate

Version:

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

22 lines (17 loc) 481 B
@charset "UTF-8"; /*! * vue-animate v0.0.4 * (c) 2016 Hayden Bickerton * Released under the MIT License. * Documentation: https://github.com/haydenbbickerton/vue-animate */ @animationDuration: 1s; @animations: './animations'; // Main mixin @import "make-transitions"; // Our animations @import "@{animations}/bouncing/all"; @import "@{animations}/fading/all"; @import "@{animations}/rotating/all"; @import "@{animations}/sliding/all"; @import "@{animations}/zooming/all";