public final class CubicEasing
extends java.lang.Object
| Constructor and Description |
|---|
CubicEasing() |
| Modifier and Type | Method and Description |
|---|---|
static float |
easeIn(float time,
float start,
float end,
float duration) |
static float |
easeInOut(float time,
float start,
float end,
float duration) |
static float |
easeOut(float time,
float start,
float end,
float duration) |