[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Animation](./puppeteer.protocol.animation.md) > [AnimationCanceledEvent](./puppeteer.protocol.animation.animationcanceledevent.md) > [id](./puppeteer.protocol.animation.animationcanceledevent.id.md) ## Protocol.Animation.AnimationCanceledEvent.id property Id of the animation that was cancelled. Signature: ```typescript id: string; ```