Loading...
HTML5 Canvas Node Test

HTML5 Canvas Node Test

With all the noise between Flash and “HTML5″(which is not JUST HTML5 but a concoction of various technologies), I wanted to see how large the deviation was between the two technologies. My thought, not too bad. My animation code translated fairly well from AS3 to JavaScript. The only real big difference was using a setInterval to animate frames as opposed to EnterFrame. I know in Flash you can also use timer classes to animate as well, but I regularly utilized EnterFrames.  For this experiment, I used the Canvas API to create some shapes and lines. Voila.

See it

Leave a Comment