TomByrne / Flash2Svg

Export Animated SVG files staight from Flash Pro
MIT License
337 stars 52 forks source link

SMIL SVG animations can now play on all browsers thanks to this polyfill #13

Closed Emasoft closed 8 years ago

Emasoft commented 8 years ago

SMIL SVG animations can now play on all browsers thanks to this polyfill:

https://github.com/ericwilligers/svg-animation

You should add that info to the readme!

TomByrne commented 8 years ago

I've had a look at that polyfill, but it looks like it might still be a little early for production use.

Here are some examples of it in use (with exports from Flash2Svg) so you can see it's behaviour in IE/Edge.

Without Polyfill: http://www.tbyrne.org/staging/smil-polyfill/tears.htm

With Polyfill: http://www.tbyrne.org/staging/smil-polyfill/tears_polyfill.htm

Emasoft commented 8 years ago

Great demos, thank you! You should include more demos like this as examples in the readme!