PolymerElements / neon-animation

Polymer + Web Animations
https://www.webcomponents.org/element/PolymerElements/neon-animation
143 stars 98 forks source link

Fix concurrent animations #242

Closed e111077 closed 6 years ago

e111077 commented 6 years ago

Fix animations that were not playing concurrently. This used to work when we used GroupEffect to play the animations, but when we changed to document.timeline.play(...), and that change did not bulk the animations together.

Additionally, cancelAnimation was broken in an update and never fixed.

e111077 commented 6 years ago

This CL syncs with Hooli