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