This looks very good. I think the fade option should be set by default. Can you make a screensaver or something with this stuff? I would definitely use that.
Thanks, I had no idea; I've only ever done animation in flash and—without thinking about it—made the assumption that canvas would also be vector based.
Knowing this is going to be really useful at some point, so again, thanks.
You can of course work with vectors on the web as well by using SVG. Well, if you ignore IE, but then you’d be ignoring it by using canvas :) They’re both good at their own field. SVG gives you the doctree and accessibility, canvas raw speed and bitmap tricks.