Timeline
Index
Constructors
constructor
Returns Timeline
Properties
tracks
Accessors
playing
Get the current progress of the timeline
Returns boolean
time
Get the current progress of the timeline
Returns number
Set the current progress of the timeline, seek the timeline
Parameters
value: number
Returns void
Methods
addTrack
Add a track to the timeline
Parameters
track: Track
priority: number = 0
Returns void
isStuck
Is the timeline stuck by one of its track
Returns boolean
pause
Pause the timeline
Returns void
play
Play the timeline
Returns void
The timeline used to coordinate time and progress of different tracks It do not has a length, so you should manually stop it when everything is finished.