Appearance
function easeInBounce(t): number;
Ease-in with a bouncing effect — bounces before reaching the start.
t
number
easeInBounce(0.5) // ~0.281
1.0.0