# TimelineAPI.goToFrame
Jumps to a specific frame in the timeline

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## TimelineAPI.goToFrame() method

Jumps to a specific frame in the timeline

**Signature:**

```typescript
goToFrame(frame: number): void;
```

## Parameters

<table>
  <thead>
    <tr>
      <th>
        Parameter
      </th>

      <th>
        Type
      </th>

      <th>
        Description
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        frame
      </td>

      <td>
        number
      </td>

      <td>
        The frame number to jump to
      </td>
    </tr>
  </tbody>
</table>

**Returns:**

void

## Example

```ts
creator.timeline.goToFrame(60);
```
