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

Replace UIView animation to CABasicAnimation #16

Merged
merged 5 commits into from
Nov 3, 2016

Conversation

leo150
Copy link
Contributor

@leo150 leo150 commented Oct 25, 2016

Hi! This pull request replaces UIView animation to CABasicAnimation. It’s difficult to run several simultaneous animations using UIView animation without some unexpected behavior. For example, progress loader starts appearing from origin if it was called with ars_presentLoader on currently animated view.

@soberman
Copy link
Owner

Thank you! Could you please resolve conflicts?

Add timingFunction to present and hide loader animations
@leo150
Copy link
Contributor Author

leo150 commented Nov 3, 2016

@soberman done. Please check it out

@soberman soberman merged commit b275fc3 into soberman:master Nov 3, 2016
@soberman
Copy link
Owner

soberman commented Nov 3, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants