Appearance
function easeOutElastic(t): number;
Ease-out with an elastic overshoot effect — springs past the end then settles.
t
number
easeOutElastic(0.5) // ~1.015
1.0.0