Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simonng committed May 18, 2019
1 parent 1d01c9f commit 0c7292c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
@@ -0,0 +1,9 @@
# 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

0 comments on commit 0c7292c

Please sign in to comment.