svg-animation
svg-animation copied to clipboard
Implement SVG animation in JavaScript using Web Animations
Being built on top of the web animations polyfill, it should work in IE11. But it doesn't. Try this: http://www.tbyrne.org/staging/smil-polyfill/tears_polyfill.htm Please release an updated version. Thank you.
following that laudatory article on your polyfill https://www.reddit.com/r/webdev/comments/469voz/smil_svg_animations_can_now_play_on_all_browsers/ and this example http://www.tbyrne.org/staging/smil-polyfill/tears_polyfill.htm I'm sad to see it's not working on IE11 & Edge.
related to #33 it would be nice to make this polyfill modern javascript friendly, UMD compatible and published on npm. Do you need some help with that?
Hello First, thank you for your work I've created a simple drawing with "animateMotion". - In Firefox, it works, when checking in console, I don't see any warning or error...
This is a very important library for SVG animators like me, thank you. But please add some documentation and a live example.
Hi Eric, I'm the author of the Flash2Svg tool, I have tons of SMIL files which I'm happy to package as test cases if you think it'll help this library...
I get no audio when reproducing SVG animations with your polyfill. I'm trying to reproduce this SVG animation file of a cartoon episode on IE. It was exported to SMIL...
https://github.com/ericwilligers/svg-animation/blob/master/smil-in-javascript.js#L59 lists a bunch of event names. For all intents the SMIL syntax is meant to support any and all event types that a UA supports, so the restricted set...
I noticed that https://code.google.com/p/chromium/issues/detail?id=237435 has been fixed, for https://github.com/ericwilligers/svg-animation/blob/master/smil-in-javascript.js#L1309.
Currently there are 0 releases listed on https://github.com/ericwilligers/svg-animation/releases . Perhaps the PRs could be merged and then a release could be prepared?