buttron
Version:
A whole new way to button
21 lines (20 loc) • 548 B
CSS
.test {
animation-name: tlError;
animation-duration: 0.5s;
animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
animation-iteration-count: 1;
animation-delay: 0s;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;
}
.test {
animation-name: tlError;
animation-duration: 0.5s;
animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
animation-iteration-count: 1;
animation-delay: 0s;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;
}