We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c06e71 commit b257b85Copy full SHA for b257b85
README.md
@@ -0,0 +1,10 @@
1
+# interactive-animations
2
+
3
+This project is an example of how to use `UIViewPropertyAnimator` to create interactive animations.
4
+This was originally created as a demo to accompany I talk I gave at an Austin iOS developer meetup in September, 2017.
5
6
+The repository's commits are structured in a way to show the various phases of building the animation.
7
+In the original talk, I would jump between commits to gradually introduce concepts.
8
9
+The animation is inspired by a WWDC 2017 presentation titled "Advanced Animations with UIKit".
10
+https://developer.apple.com/videos/play/wwdc2017/230/
0 commit comments