resetAndForward method
void
resetAndForward()
Resets and forwards the animation.
Example:
controller.resetAndForward();
Implementation
void resetAndForward() {
reset();
forward();
}
Resets and forwards the animation.
Example:
controller.resetAndForward();
void resetAndForward() {
reset();
forward();
}