public class Easing
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Easing.Type |
| Constructor and Description |
|---|
Easing() |
| Modifier and Type | Method and Description |
|---|---|
static float |
ease(long start,
long current,
float duration,
Easing.Type easingType) |
public static float ease(long start,
long current,
float duration,
Easing.Type easingType)