Returns an easing function by name. Throws an error if easing is not found.
Interpolates points along a line.
By default it's a straight line, so use bend
to make a non-linear curve.
Creates an easing based on ticks.
Produce easing values with each invocation. When the easing is complete, the final value continues to return. Timer starts when return function is first invoked.
Produce easing values over time. When the easing is complete, the final value continues to return. Timer starts when return function is first invoked.
Creates an easing based on clock time. Time starts being counted when easing function is created.
Creates an easing function