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.
In this video, get a brief introduction to the topics of this course: property animators and layer animations!
Get started with the basics of using the UIViewPropertyAnimator class and create your first property animator animation.
Take property animators further by building up a peek and pop animation using keyframes, springs, and more.
Learn about the animation state machine and wrap up your peek and pop animation by making it interactive.
Learn about the basics of Core Animation, how to create your first layer animation and send it off for rendering on screen.
In this video, you'll find out more about how Core Animation works, and how to avoid common pitfalls when animating with layers.
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.
Avoid duplicating animation code by learning to group layer animations together when they share common properties.
In this video you'll learn how to make use of CAAnimation delegate methods to react to the start and end of layer animations.
Take more control over spring animations with additional parameters that can be applied to both layer animations and property animators.
In this video, learn how to build multi-part keyframe layer animations by using CAKeyframeAnimation.
Review what you've learned in this course and get some parting advice on how to keep learning about animation in iOS.