play(...)
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
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
Section titled “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
Section titled “Returns”this