This chapter introduces you to Swifui’s animation toolset. Even though animations sound kind of warm and cuddly, this chapter covers some fairly complex topics.
It is quite easy to go through the many lessons by simply copying and pasting the code, but I encourage you to make a reasonable effort to understand what is actually going on in each one. Chances are, you will leave this chapter knowing more than you did, but still with some questions about the techniques the author demonstrates. At least that was my experience.
Main point. Make sure you understand the various animations that are demonstrated well enough to be able to use them in your upcoming Jukebox project.
Your Assignment
Rather than creating a bunch of separate projects, use ContentView to link to each of the animations that you create as you move through the lessons. You should end up with a whole bunch of individual swift files inside of your project. Please make sure that ALL are linked properly so that is easy to click through.
Start a new file where it makes sense to you. I expect to see multiple files and different types of animation.
The exercises at the end of Chapter 9 are optional.