Appearance
function easeInOutSine(t): number;
Ease-in-out using a sine curve — slow at both ends, faster in the middle.
t
number
easeInOutSine(0.5) // => 0.5
1.0.0