You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
On iOS 10 we were introduced to
UIViewPropertyAnimator
which comes packed with amazing features to create rich and interactive animations. ViewAnimator relies on the oldUIView
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).The text was updated successfully, but these errors were encountered: