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.
If you need to check if an easing is done or reset it, consider tickEasing.
// Quad-in easing over 100 ticks conste = Easings.ticks(`quadIn`, 100);
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.
If you need to check if an easing is done or reset it, consider tickEasing.
This is just a wrapper around Modulator.ticks