Ease.OvershootIn

static float OvershootIn(float t)

Soft start with a hard stop, overshoots its destination a bit before arriving at it.

   
float t The easing percentage value, generally 0-1.
RETURNS: float Soft start with a hard stop, overshoots its destination a bit before arriving at it.




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