Ease.FastInOut
static float FastInOut(float t)
Quartic smooth start, fast middle, and smooth stop.
float t | The easing percentage value, generally 0-1. |
RETURNS: float | Quartic smooth start, fast middle, and smooth stop. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!