Ease.Linear
static float Linear(float t)
A constant motion the whole way through. Stops and starts hard, doesn’t look all that great in most cases.
float t | The easing percentage value, generally 0-1. |
RETURNS: float | Returns unmodified input. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!