In order to view this lesson, you must purchase this course.
In today's lesson, let's add some additional code that allows our animation to be animated sequentially. This will require that we identify the starting positions and ending positions of our animations. We'll be using UIView.animate(...) to perform a few of these animations. Finally we'll examine how to do this sequentially using blocks with keyframes.