# TimelineAPI.pause
Pauses the animation playback

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

## TimelineAPI.pause() method

Pauses the animation playback

**Signature:**

```typescript
pause(): void;
```

**Returns:**

void

## Example

```ts
creator.timeline.pause();
```
