UNPKG

vue-animate

Version:

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

26 lines (21 loc) 262 B
@keyframes zoomIn { from { opacity: 0; transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } } @keyframes zoomOut { from { opacity: 1; } 50% { opacity: 0; transform: scale3d(.3, .3, .3); } to { opacity: 0; } }