Easing.

QuarticEaseOut(float) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static float QuarticEaseOut(float amount)

Remarks

Modeled after the quartic y = 1 - (x - 1)^4

Parameters

Name Type Description
amount float

Return Value

Type Description
float