web-animations / web-animations-js-legacy

The original emulator of the Web Animations specification. Please use web-animations-js instead:
https://github.com/web-animations/web-animations-js
Apache License 2.0
707 stars 84 forks source link

Retire TimedItem events #623

Closed ericwilligers closed 10 years ago

ericwilligers commented 10 years ago

Retire the long-deprecated feature TimedItem events (start, iteration, end, cancel).

Retiring TimedItem events involves retiring
  TimedItem.addEventListener
  TimedItem.removeEventListener
  TimedItem._generateChildLegacyEventsForRange
  TimedItem._generateLegacyEvents
  TimedItem._hasLegacyEventHandlers
  AnimationPlayer._checkForLegacyHandlers()
  AnimationPlayer._legacyHandlerAdded()
  AnimationPlayer._needsLegacyHandlerPass
and retiring the tests
  impl-test-player-sees-handlers.html
  test-timeditem-addeventlistener.html
  test-timeditem-events.html