chrome-devtools-kotlin
5.2.0-1167732
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.animation.events
/
AnimationEvent
/
AnimationStarted
Animation
Started
@
Serializable
data
class
AnimationStarted
(
val
animation
:
Animation
)
:
AnimationEvent
(
source
)
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.