Polynomial easing function factory
Calculate eased time.
Normalized time typically in the range [0, 1]
Returns a new polynomial easing with the specified exponent e. If the exponent is not specified, it defaults to 3, equivalent to cubic.
Exponent for polynomial easing.
Generated using TypeDoc
Polynomial easing function factory