toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.animation.events
/
AnimationEvent
/
AnimationCanceled
Animation
Canceled
@
Serializable
data
class
AnimationCanceled
(
val
id
:
String
)
:
AnimationEvent
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.