Animating on the Canvas

We'll cover the following...

In the previous sections, we looked at some basic things about animations and how to think about them. It’s time to move beyond that and focus a bit more on the details. The way you draw and animate on a canvas is very similar to how people created animations manually back in the day.

Initially, your canvas is completely blank. Let’s call this initial state frame 1:

widget

In this blank ...