chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.animation.events
/
AnimationEvent
/
AnimationCanceled
Animation
Canceled
@
Serializable
data
class
AnimationCanceled
(
val
id
:
String
)
:
AnimationEvent
(
source
)
Event for when an animation has been cancelled.
Official doc
Members
Constructors
Animation
Canceled
Link copied to clipboard
constructor
(
id
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
Id of the animation that was cancelled.