User:Dave Young/Prototyping 2.1: Difference between revisions
Dave Young (talk | contribs) |
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. | ||
[Example 1 | Example 1] | [[Example 1 | Example 1]] |
Revision as of 22:10, 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.