public interface Animation
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Indicates whether or not there more steps left in the animation.
|
void |
reset()
Reset the animation to the starting state.
|
void |
step()
Step the animation.
|