ericwilligers / svg-animation

Implement SVG animation in JavaScript using Web Animations
Apache License 2.0
120 stars 20 forks source link

Exercise precise timing #29

Closed ewilligers closed 10 years ago

ewilligers commented 10 years ago

Add a test where conflicting settings are set, fractions of a second apart. The setting from the animation that started most recently is the current setting.

Firefox does not use accurate sub-millisecond timing, and renders this animation incorrectly.