buttron
Version:
A whole new way to button
21 lines (20 loc) • 566 B
CSS
.test span {
animation-name: applyToTest;
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 span {
animation-name: applyToTest;
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;
}