Appearance
function easeOutQuad(t): number;
Ease-out using a quadratic curve — deceleration to zero.
t
number
easeOutQuad(0.5) // => 0.75
1.0.0