TimelineAPI.goToFrame

Jumps to a specific frame in the timeline

TimelineAPI.goToFrame() method

Jumps to a specific frame in the timeline

Signature:

goToFrame(frame: number): void;

Parameters

Parameter

Type

Description

frame

number

The frame number to jump to

Returns:

void

Example

creator.timeline.goToFrame(60);
Last updated: August 5, 2026 at 11:47 AMEdit this page