# TimelineAPI.play
Starts playing the animation

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

## TimelineAPI.play() method

Starts playing the animation

**Signature:**

```typescript
play(): void;
```

**Returns:**

void

## Example

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