UNPKG

vue-animate

Version:

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

22 lines (19 loc) 270 B
@keyframes fadeInUpBig { from { opacity: 0; transform: translate3d(0, 2000px, 0); } to { opacity: 1; transform: none; } } @keyframes fadeOutUp { from { opacity: 1; } to { opacity: 0; transform: translate3d(0, -100%, 0); } }