1 unstable release

0.1.0 Dec 24, 2021

#23 in #easing

28 downloads per month

Apache-2.0/MIT

9KB
198 lines

There are a few ports of Robert Penner's easing functions in crates.io. This one is different in that all functions take a t ∈ [0, 1] and return a value in the interval [0, 1].

Derived from https://github.com/warrenm/AHEasing/blob/master/AHEasing/easing.c

No runtime deps