Firefox Tomorrow

web api interface

AnimationPlaybackEvent

View on MDN ↗

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

As animations play, they report changes to their playState through animation events.

Constructor

Instance properties

  • currentTime Read only
    • : The current time of the animation that generated the event.
  • timelineTime Read 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.

See also