Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support UIViewPropertyAnimator #38

Open
marcosgriselli opened this issue Apr 25, 2018 · 2 comments
Open

Support UIViewPropertyAnimator #38

marcosgriselli opened this issue Apr 25, 2018 · 2 comments

Comments

@marcosgriselli
Copy link
Owner

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).

@marcosgriselli marcosgriselli added this to To do in ViewAnimator via automation Apr 25, 2018
@marcosgriselli marcosgriselli added this to the 2.1 milestone Apr 25, 2018
@hernangonzalez
Copy link

Looking forward to get percentage animation :). Any way we could use this interactively though? Thanks

@marcosgriselli marcosgriselli modified the milestones: 2.1, 3.0 May 19, 2019
@hammas1993
Copy link

I am animating a view from bottom how to animate it back to point 0?????

@marcosgriselli marcosgriselli removed this from the 3.0 milestone Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
ViewAnimator
  
To do
Development

No branches or pull requests

3 participants