ericwilligers / svg-animation

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

reparent animation element #16

Closed ewilligers closed 10 years ago

ewilligers commented 10 years ago

Add a test that removes an animation element from the DOM, and then adds that element again with a different parent element.

The animation should now affect a different element, without the progress of the animation being affected.