Appearance
function easeInElastic(t): number;
Ease-in with an elastic overshoot effect — springs back at the start.
t
number
easeInElastic(0.5) // ~-0.015
1.0.0