Interaction
Spring press
Buttons with a soft press feel using CSS spring-ish timing.
transition: transform 420ms cubic-bezier(0.22, 1.6, 0.36, 1);
&:active { transform: scale(0.94); }Interaction
Buttons with a soft press feel using CSS spring-ish timing.
transition: transform 420ms cubic-bezier(0.22, 1.6, 0.36, 1);
&:active { transform: scale(0.94); }