How it Works: Vivifying the Canvas
In this lesson, we will bring our canvas to life!
We'll cover the following...
We'll cover the following...
How it works
In steps one and two, you implemented the single calculation that computes the new ball coordinates. The for loop you added in step three calculated all 25 positions of the ball, but it did this so fast that you could not see that the ball is being animated.
In step six ...