chrome-devtools-kotlin
Toggle table of contents
8.0.0-1410712
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
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.