puppeteer/new-docs/puppeteer.protocol.animation.animationcreatedevent.md
2020-07-13 14:01:35 +01:00

21 lines
707 B
Markdown

<!-- 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; [AnimationCreatedEvent](./puppeteer.protocol.animation.animationcreatedevent.md)
## Protocol.Animation.AnimationCreatedEvent interface
Event for each animation that has been created.
<b>Signature:</b>
```typescript
export interface AnimationCreatedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [id](./puppeteer.protocol.animation.animationcreatedevent.id.md) | string | Id of the animation that was created. |