web api interface
AnimationPlaybackEvent
The AnimationPlaybackEvent interface of the Web Animations API represents animation events.
As animations play, they report changes to their playState through animation events.
Constructor
AnimationPlaybackEvent()- : Constructs a new
AnimationPlaybackEventobject instance.
- : Constructs a new
Instance properties
currentTimeRead only- : The current time of the animation that generated the event.
timelineTimeRead only- : The time value of the timeline of the animation that generated the event.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.