ericwilligers / svg-animation

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

Does animateMotion works? #41

Open hlazo2 opened 8 years ago

hlazo2 commented 8 years ago

Hello

First, thank you for your work

I've created a simple drawing with "animateMotion".

SVG's SMIL animations (, , etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.

  • In Internet Explorer only the path appears.
  • I haven't been able to try in Edge yet

https://www.dropbox.com/s/qqtqrsg44qb5i44/path_%20anim.zip?dl=0

Any comment or critic is welcome

Regards