@FunctionalInterface @JsFunction public interface EasingFunction
An easing function
transforms a linear progress between 0.0 and 1.0 to another value.
It is used to ease an animation.
Modifier and Type | Method and Description |
---|---|
double |
progress(double linearProgress)
Transforms a value between 0.0 and 1.0, linear relative to elapsed time, into another value (not necessarily between 0.0 and 1.0).
|
Copyright © 2018 Xalys. All rights reserved.