2. Custom Easing
Utility class
Creating
Example
public final static Easing TEST_EASING = value -> 1.0D - cos(value * PI / 2.0D); // Sine in easingDone!
Last updated
public final static Easing TEST_EASING = value -> 1.0D - cos(value * PI / 2.0D); // Sine in easingLast updated