animation

Utilities for animating elements with CSS animations.

Class Properties
v-animation-none animation: none;
v-animation-spin animation: spin 1s linear infinite;
v-animation-ping animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
v-animation-pulse animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
v-animation-bounce animation: bounce 2s infinite ease-in;