21 lines
756 B
Markdown
21 lines
756 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Animation](./puppeteer.protocol.animation.md) > [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. |
|
||
|
|