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.
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