Animating Many Things on a Canvas
We'll cover the following...
In the Creating a Simple HTML5 Canvas Animation tutorial (say that five times fast!), you learned all about drawing and animating something using the HTML canvas
element. More specifically, you learned all about how to draw and animate a single element. Now, ...