Appearance
function easeInSine(t): number;
Ease-in using a sine curve — starts slow, accelerates toward the end.
t
number
easeInSine(0.5) // ~0.293
1.0.0