Skip to main content

Easings

Complete API reference for Easings, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Math

Component: no


public class Easings

Static Methods

SignatureReturnsDescription
easeInSine(float)floatPerforms the easeInSine operation using the provided parameters (x).
easeOutSine(float)floatPerforms the easeOutSine operation using the provided parameters (x).
easeInOutSine(float)floatPerforms the easeInOutSine operation using the provided parameters (x).
easeInQuad(float)floatPerforms the easeInQuad operation using the provided parameters (x).
easeOutQuad(float)floatPerforms the easeOutQuad operation using the provided parameters (x).
easeInOutQuad(float)floatPerforms the easeInOutQuad operation using the provided parameters (x).
easeInCubic(float)floatPerforms the easeInCubic operation using the provided parameters (x).
easeOutCubic(float)floatPerforms the easeOutCubic operation using the provided parameters (x).
easeInOutCubic(float)floatPerforms the easeInOutCubic operation using the provided parameters (x).
easeInQuart(float)floatPerforms the easeInQuart operation using the provided parameters (x).
easeOutQuart(float)floatPerforms the easeOutQuart operation using the provided parameters (x).
easeInOutQuart(float)floatPerforms the easeInOutQuart operation using the provided parameters (x).
easeInQuint(float)floatPerforms the easeInQuint operation using the provided parameters (x).
easeOutQuint(float)floatPerforms the easeOutQuint operation using the provided parameters (x).
easeInOutQuint(float)floatPerforms the easeInOutQuint operation using the provided parameters (x).
easeInExpo(float)floatPerforms the easeInExpo operation using the provided parameters (x).
easeOutExpo(float)floatPerforms the easeOutExpo operation using the provided parameters (x).
easeInOutExpo(float)floatPerforms the easeInOutExpo operation using the provided parameters (x).
easeInCirc(float)floatPerforms the easeInCirc operation using the provided parameters (x).
easeOutCirc(float)floatPerforms the easeOutCirc operation using the provided parameters (x).
easeInOutCirc(float)floatPerforms the easeInOutCirc operation using the provided parameters (x).
easeInBack(float)floatPerforms the easeInBack operation using the provided parameters (x).
easeOutBack(float)floatPerforms the easeOutBack operation using the provided parameters (x).
easeInOutBack(float)floatPerforms the easeInOutBack operation using the provided parameters (x).
easeInElastic(float)floatPerforms the easeInElastic operation using the provided parameters (x).
easeOutElastic(float)floatPerforms the easeOutElastic operation using the provided parameters (x).
easeInOutElastic(float)floatPerforms the easeInOutElastic operation using the provided parameters (x).
easeInBounce(float)floatPerforms the easeInBounce operation using the provided parameters (x).
easeOutBounce(float)floatPerforms the easeOutBounce operation using the provided parameters (x).
easeInOutBounce(float)floatPerforms the easeInOutBounce operation using the provided parameters (x).