play(...)
play(speed?: number, loop?: boolean): this;
Plays the timeline that the timeline label belongs to, from the point in time where the timeline label is located.
Parameters
Parameter | Type | Description |
---|---|---|
speed | optional, number | The speed at which to play the timeline. |
loop | optional, boolean | Whether the timeline should loop after completing. |
Returns
this