On this page
No content
Try Reloading this page.
Try Reloading this page.
- .add() - Add an animation to the timeline.
- .cancel() - Cancel all animations in the timeline.
- .clear() - Cancel all animations from off the timeline.
- .finish() - Finish all animations in the timeline.
- .oncancel() - Bind a handler to the 'cancelled' state of all animations in the timeline.
- .onfinish() - Bind a handler to the 'finished' state of all animations in the timeline.
- .pause() - Pause all animations in the timeline.
- .play() - Play all animations in the timeline.
- .progress() - Get the average percentage progress of all animations in the timeline.
- .remove() - Remove an animation from the timeline.
- .reverse() - Reverse all animations in the timeline.
- .seek() - Seek to a percentage point in all animations in the timeline.