Skip to content

Function: easeOutSine()

ts
function easeOutSine(t): number;

Ease-out using a sine curve — starts fast, decelerates toward the end.

Parameters

ParameterType
tnumber

Returns

number

Example

ts
easeOutSine(0.5) // ~0.707

Since

1.0.0

Released under the MIT License.