active

Click an element to create a light animation.

Class Properties
v-active-scale from => transition: 0.3s; transform: scale(1); || to => transition: 0.3s; transform: scale(0.97);
v-active-up from => transition: 0.3s; margin-top: 0px; || to => transition: 0.3s; margin-top: -10px;
v-active-pulse from => transition: 0.3s; opacity: 1; || to => transition: 0.3s; opacity: 0.5;