hover

Give it a touch to create a light animation.

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