Skip to content

time(...)

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.

time(ms: number): this;

Seeks the video to the specified time in milliseconds.

In some cases this may actually seek to a nearby keyframe rather than the exact time specified. This behavior is determined by the underlying video playback functionality provided by a device’s operating system.

ParameterTypeDescription
msnumberThe time in milliseconds to set the current seek position to.

this