AnimationPlaybackEvent

open class AnimationPlaybackEvent(    val type: EventType<AnimationPlaybackEvent>,     init: AnimationPlaybackEventInit = definedExternally) : Event(source)

The AnimationPlaybackEvent interface of the Web Animations API represents animation events.

MDN Reference

Constructors

Link copied to clipboard
constructor(type: EventType<AnimationPlaybackEvent>, init: AnimationPlaybackEventInit = definedExternally)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The currentTime read-only property of the AnimationPlaybackEvent interface represents the current time of the animation that generated the event at the moment the event is queued.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The timelineTime read-only property of the AnimationPlaybackEvent interface represents the time value of the animation's AnimationTimeline at the moment the event is queued.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun asInit(): AnimationPlaybackEventInit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard