| play() | Start animation |
| pause() | Pause animation |
| stop() | Stop animation |
| setSpeed() | Set playback speed; a positive number is fast-forward speed, a negative number is rewind speed |
| goToAndStop() | Move the animation to the target progress (0.0-1.0) and stop it there |
| goToAndPlay() | Move the animation to the target progress (0.0-1.0) and play from that progress |
| playFromMinToMaxProgress() | Play the animation from the minimum to the maximum progress interval (0.0-1.0) |
| playFromMinToMaxFrame() | Play the animation from the minimum to the maximum frame interval |
| downgradeToPlaceholder() | Downgrade the animation to the default placeholder image |