Ease.OvershootInOut

static float OvershootInOut(float t)

Smooth start, fast middle, and smooth stop. Overshoots on both the start and the end.

   
float t The easing percentage value, generally 0-1.
RETURNS: float Smooth start, fast middle, and smooth stop. Overshoots on both the start and the end.




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