mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
714 B
714 B
Home > puppeteer > Protocol > Animation > AnimationCanceledEvent
Protocol.Animation.AnimationCanceledEvent interface
Event for when an animation has been cancelled.
Signature:
export interface AnimationCanceledEvent
Properties
Property | Type | Description |
---|---|---|
id | string | Id of the animation that was cancelled. |