Ease.SoftOut

static float SoftOut(float t)

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

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




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