focus

A utility for animating inputs on websites..

Class Properties
v-focus-scale from => transition: 0.3s; transform: scale(1); || to => transition: 0.3s; transition: 1s; transform: scale(0.97);
v-focus-pulse from => transition: 0.3s;opacity: 1;|| to => transition: 0.3s; transition: 1s; opacity: 0.5;
v-focus-width from => transition: 0.3s; width: 60%; || to => transition: 0.3s; width: 90%;
v-focus-border transition: 0.5s; border-bottom: 2px solid rgb(255, 255, 255);