Intermediate iOS Animations

Advance your animation skills with property animators and layer animations in this follow-up to the Beginning iOS Animations course. By Jessy Catterwaul & Catie Catterwaul.

Leave a rating/review
Save for later
Comments
Share
01
Toggle description

In this video, get a brief introduction to the topics of this course: property animators and layer animations!

02
Toggle description

Get started with the basics of using the UIViewPropertyAnimator class and create your first property animator animation.

Toggle description

Take property animators further by building up a peek and pop animation using keyframes, springs, and more.

Toggle description

Learn about the animation state machine and wrap up your peek and pop animation by making it interactive.

Toggle description

Learn about the basics of Core Animation, how to create your first layer animation and send it off for rendering on screen.

Toggle description

In this video, you'll find out more about how Core Animation works, and how to avoid common pitfalls when animating with layers.

Toggle description

Learn how to use fill modes to safely add delay to your layer animations. Find out how to use both predefined and custom easing curves.

Toggle description

Avoid duplicating animation code by learning to group layer animations together when they share common properties.

Toggle description

In this video you'll learn how to make use of CAAnimation delegate methods to react to the start and end of layer animations.

Toggle description

Take more control over spring animations with additional parameters that can be applied to both layer animations and property animators.

Toggle description

In this video, learn how to build multi-part keyframe layer animations by using CAKeyframeAnimation.

Conclusion 2:46
Toggle description

Review what you've learned in this course and get some parting advice on how to keep learning about animation in iOS.