-
Notifications
You must be signed in to change notification settings - Fork 491
Open
Labels
Description
On iOS 10 we were introduced to UIViewPropertyAnimator
which comes packed with amazing features to create rich and interactive animations. ViewAnimator relies on the old UIView
animations API in order to support previous versions of iOS, but we could extend for iOS 10+ using UIViewPropertyAnimator specific functionalities (like reversing animations or changing it's completion percentage manually).
hernangonzalez