⚠ Preview docs — built from the develop branch and may be unstable. Go to the stable docs.

Ease.FastOut

static float FastOut(float t)

Quartic fast start with a soft stop, a pretty good default for most cases as it feels very responsive and looks good.

   
float t The easing percentage value, generally 0-1.
RETURNS: float Quartic fast start with a soft stop.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!