puppeteer/new-docs/puppeteer.protocol.animation.animationstartedevent.md

21 lines
756 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Animation](./puppeteer.protocol.animation.md) &gt; [AnimationStartedEvent](./puppeteer.protocol.animation.animationstartedevent.md)
## Protocol.Animation.AnimationStartedEvent interface
Event for animation that has been started.
<b>Signature:</b>
```typescript
export interface AnimationStartedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [animation](./puppeteer.protocol.animation.animationstartedevent.animation.md) | [Animation](./puppeteer.protocol.animation.animation.md) | Animation that was started. |