21 lines
714 B
Markdown
21 lines
714 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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.
|
||
|
|
||
|
<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. |
|
||
|
|