AnimationPlaybackEvent
open class AnimationPlaybackEvent(val type: EventType<AnimationPlaybackEvent>, init: AnimationPlaybackEventInit = definedExternally) : Event(source)
The AnimationPlaybackEvent interface of the Web Animations API represents animation events.
Constructors
Link copied to clipboard
constructor(type: EventType<AnimationPlaybackEvent>, init: AnimationPlaybackEventInit = definedExternally)
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
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. This will be unresolved if the animation was idle at the time the event was generated.
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 timeline at the moment the event is queued. This will be unresolved if the animation was not associated with a timeline at the time the event was generated or if the associated timeline was inactive.
Link copied to clipboard
Link copied to clipboard