pl.wendigo.chrome.api.animation / AnimationCanceledEvent

AnimationCanceledEvent

data class AnimationCanceledEvent : Event (source)

Event for when an animation has been cancelled.

Link
Animation#animationCanceled event documentation.

Constructors

<init>

AnimationCanceledEvent(id: String)

Event for when an animation has been cancelled.

Properties

id

val id: String

Id of the animation that was cancelled.

Inherited Functions

protocolDomain

fun protocolDomain(): String