puppeteer/new-docs/puppeteer.protocol.animation.animationcanceledevent.md

21 lines
714 B
Markdown
Raw Normal View History

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