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

EffectCallback signature doesn't match spec #614

Closed morethanreal closed 10 years ago

morethanreal commented 10 years ago

According to spec the params are timeFraction, currentTarget, animation but the polyfill calls it with timeFraction, animation, previousTimeFraction.

alancutter commented 10 years ago

Thanks for pointing that out, should be fixed now.