All Projects → appcoda → Interactive Animation

appcoda / Interactive Animation

A demo showing you how to create interactive expand/collapse animation with UIViewPropertyAnimator

Programming Languages

swift
15916 projects

Interactive-Animation

A demo showing you how to create interactive expand/collapse animation with UIViewPropertyAnimator

In this tutorial, I want to discuss with you another exciting way to animate your views - UIViewPropertyAnimator. This class gives you a lot more control than its predecessor UIView.animate. With it, you can build custom timing, interactive, and interruptible animations. Furthermore, you can change the animator on the fly.

For further reference, please refer to this tutorial:

https://www.appcoda.com/interactive-animation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].