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