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