User:Dave Young/Prototyping 2.1: Difference between revisions
Dave Young (talk | contribs) (Created page with "== Animating by Scrolling == A very simple experiment in generating frame-by-frame svg animations with python. The animation occurs through the act of scrolling through the webp...") |
Dave Young (talk | contribs) |
||
Line 3: | Line 3: | ||
A very simple experiment in generating frame-by-frame svg animations with python. The animation occurs through the act of scrolling through the webpage - perhaps the digital equivalent of a crank-driven [http://en.wikipedia.org/wiki/Zoetrope zoetrope]. In the first example we can see a rectangle that rotates and changes colour by scrolling down the page. | A very simple experiment in generating frame-by-frame svg animations with python. The animation occurs through the act of scrolling through the webpage - perhaps the digital equivalent of a crank-driven [http://en.wikipedia.org/wiki/Zoetrope zoetrope]. In the first example we can see a rectangle that rotates and changes colour by scrolling down the page. | ||
[[File: | [[File:scroll1.svg]] |
Revision as of 22:05, 26 October 2011
Animating by Scrolling
A very simple experiment in generating frame-by-frame svg animations with python. The animation occurs through the act of scrolling through the webpage - perhaps the digital equivalent of a crank-driven zoetrope. In the first example we can see a rectangle that rotates and changes colour by scrolling down the page.