Easing.

BackEaseOut(double) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static double BackEaseOut(double amount)

Remarks

Modeled after overshooting cubic y = 1-((1-x)^3-(1-x)*sin((1-x)*pi))

Parameters

Name Type Description
amount double

Return Value

Type Description
double