Appearance
function easeInOutQuad(t): number;
Ease-in-out using a quadratic curve — slow start and end.
t
number
easeInOutQuad(0.5) // => 0.5
1.0.0