ericwilligers / svg-animation

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

Generate a gallery of animation comparions #5

Closed ewilligers closed 10 years ago

ewilligers commented 10 years ago

We show the SVG animation on the left and the equivalent animation using Web Animations on the right.

At the bottom of the page, we show the source code for each animation.

The gallery generated by this change can be visited at http://svg-animation-gallery.appspot.com/static/generate-gallery/svg-animation/examples/index.html

alancutter commented 10 years ago

There's probably no need for an Appengine page, you can just use rawgit: https://rawgit.com/ewilligers/svg-animation/generate-gallery/examples/index.html

alancutter commented 10 years ago

The difference between pages is quite trivial, it's probably simpler to use one page with a bit of Javascript instead of generating all these pages from templates.

ericwilligers commented 10 years ago

use one page with a bit of Javascript instead of generating all these pages

Done

alancutter commented 10 years ago

lgtm