Ease.OvershootOut

static float OvershootOut(float t)

Fast start with a soft stop, backs off a bit before moving to its destination.

   
float t The easing percentage value, generally 0-1.
RETURNS: float Fast start with a soft stop, backs off a bit before moving to its destination.




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