chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.animation.events / AnimationEvent / AnimationCreatedEvent

AnimationCreatedEvent

data class AnimationCreatedEvent : AnimationEvent

Event for each animation that has been created.

Official doc

Constructors

<init>

Event for each animation that has been created.

AnimationCreatedEvent(id: String)

Properties

id

Id of the animation that was created.

val id: String