Appearance
function easeInQuad(t): number;
Ease-in using a quadratic curve — acceleration from zero.
t
number
easeInQuad(0.5) // => 0.25
1.0.0