Expand description
Easing functions for animations.
Contains most easing functions from https://easings.net/.
All functions take a value in [0, 1] and return a value in [0, 1].
Derived from https://github.com/warrenm/AHEasing/blob/master/AHEasing/easing.c.
Functions§
- No easing, just
y = x