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 fadeInRight { from { opacity: 0; transform: translate3d(100%, 0, 0); } to { opacity: 1; transform: none; } } @keyframes fadeOutRight { from { opacity: 1; } to { opacity: 0; transform: translate3d(100%, 0, 0); } }