ericwilligers / svg-animation

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

Additional SVG animation examples #2

Closed ewilligers closed 10 years ago

ewilligers commented 10 years ago

keySplines shows how Beziers can be used for timing.

animateMotion-bezier shows how Beziers can be used in motion paths.

implicit-discrete shows how we jump when the property does not support smooth interpolation.

shans commented 10 years ago

Looking good. Maybe a useful next step could be a test page that loads both the svg and web animations versions in side-by-side iframes, and also shows the code for each underneath?