chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.animation.events
/
AnimationEvent
/
AnimationCreated
Animation
Created
@
Serializable
data
class
AnimationCreated
(
val
id
:
String
)
:
AnimationEvent
(
source
)
Event for each animation that has been created.
Official doc
Members
Constructors
Animation
Created
Link copied to clipboard
constructor
(
id
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
Id of the animation that was created.