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