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

AnimationStartedEvent

data class AnimationStartedEvent : AnimationEvent

Event for animation that has been started.

Official doc

Constructors

<init>

Event for animation that has been started.

AnimationStartedEvent(animation: Animation)

Properties

animation

Animation that was started.

val animation: Animation