Appearance
function easeOutSine(t): number;
Ease-out using a sine curve — starts fast, decelerates toward the end.
t
number
easeOutSine(0.5) // ~0.707
1.0.0