Easings
Complete API reference for Easings, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Math
Component: no
public class Easings
Static Methods
| Signature | Returns | Description |
|---|---|---|
easeInSine(float) | float | Performs the easeInSine operation using the provided parameters (x). |
easeOutSine(float) | float | Performs the easeOutSine operation using the provided parameters (x). |
easeInOutSine(float) | float | Performs the easeInOutSine operation using the provided parameters (x). |
easeInQuad(float) | float | Performs the easeInQuad operation using the provided parameters (x). |
easeOutQuad(float) | float | Performs the easeOutQuad operation using the provided parameters (x). |
easeInOutQuad(float) | float | Performs the easeInOutQuad operation using the provided parameters (x). |
easeInCubic(float) | float | Performs the easeInCubic operation using the provided parameters (x). |
easeOutCubic(float) | float | Performs the easeOutCubic operation using the provided parameters (x). |
easeInOutCubic(float) | float | Performs the easeInOutCubic operation using the provided parameters (x). |
easeInQuart(float) | float | Performs the easeInQuart operation using the provided parameters (x). |
easeOutQuart(float) | float | Performs the easeOutQuart operation using the provided parameters (x). |
easeInOutQuart(float) | float | Performs the easeInOutQuart operation using the provided parameters (x). |
easeInQuint(float) | float | Performs the easeInQuint operation using the provided parameters (x). |
easeOutQuint(float) | float | Performs the easeOutQuint operation using the provided parameters (x). |
easeInOutQuint(float) | float | Performs the easeInOutQuint operation using the provided parameters (x). |
easeInExpo(float) | float | Performs the easeInExpo operation using the provided parameters (x). |
easeOutExpo(float) | float | Performs the easeOutExpo operation using the provided parameters (x). |
easeInOutExpo(float) | float | Performs the easeInOutExpo operation using the provided parameters (x). |
easeInCirc(float) | float | Performs the easeInCirc operation using the provided parameters (x). |
easeOutCirc(float) | float | Performs the easeOutCirc operation using the provided parameters (x). |
easeInOutCirc(float) | float | Performs the easeInOutCirc operation using the provided parameters (x). |
easeInBack(float) | float | Performs the easeInBack operation using the provided parameters (x). |
easeOutBack(float) | float | Performs the easeOutBack operation using the provided parameters (x). |
easeInOutBack(float) | float | Performs the easeInOutBack operation using the provided parameters (x). |
easeInElastic(float) | float | Performs the easeInElastic operation using the provided parameters (x). |
easeOutElastic(float) | float | Performs the easeOutElastic operation using the provided parameters (x). |
easeInOutElastic(float) | float | Performs the easeInOutElastic operation using the provided parameters (x). |
easeInBounce(float) | float | Performs the easeInBounce operation using the provided parameters (x). |
easeOutBounce(float) | float | Performs the easeOutBounce operation using the provided parameters (x). |
easeInOutBounce(float) | float | Performs the easeInOutBounce operation using the provided parameters (x). |