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