ericwilligers / svg-animation

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

Animations with explicit target defined in defs #24

Open ewilligers opened 10 years ago

ewilligers commented 10 years ago

Adds a test with animation elements using xlink:href from within a defs element. Such animations are effective even if they are never referenced by a 'use' tag.