-
Notifications
You must be signed in to change notification settings - Fork 265
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
Animation #402
Comments
The |
Yes, I am starting my animation from drawerPositionDidChange method. |
@MaksGre Can you describe where you are calling those animations relative to the pulley delegate methods? |
in didScrollUp method about the same code and the same effect |
Describe the question
When the user swipes drawerViewController I fire my animation to move the custom tabbar, the problem is that my animation somehow gets executed with the drawerViewController swipe animation settings. I checked everything several times. I started my animation without a swipe and then the animation happens correctly, with my settings. If I swipe drawerViewController, then my animation happens with the drawerViewController settings, which are specified in line 510 of PulleyViewController. How can this be explained and circumvented?
Code snippets and helpful information
https://yadi.sk/i/U_D2H6Vdd1WyFQ
Pulley Information (optional):
Xcode Information (optional):
The text was updated successfully, but these errors were encountered: