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

AnimationEvent

sealed class AnimationEvent

Types

AnimationCanceledEvent

Event for when an animation has been cancelled.

data class AnimationCanceledEvent : AnimationEvent

AnimationCreatedEvent

Event for each animation that has been created.

data class AnimationCreatedEvent : AnimationEvent

AnimationStartedEvent

Event for animation that has been started.

data class AnimationStartedEvent : AnimationEvent