Skip to content

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.

ParameterTypeDescription
speedoptional, numberThe speed at which to play the timeline.
loopoptional, booleanWhether the timeline should loop after completing.

this