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
/
AnimationUpdated
Animation
Updated
@
Serializable
data
class
AnimationUpdated
(
val
animation
:
Animation
)
:
AnimationEvent
Event for animation that has been updated.
Official doc
Members
Constructors
Animation
Updated
Link copied to clipboard
constructor
(
animation
:
Animation
)
Properties
animation
Link copied to clipboard
val
animation
:
Animation
Animation that was updated.