-
Notifications
You must be signed in to change notification settings - Fork 46
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
custom animations #11
Comments
I just forked this repo and im working on it |
it turned out this is more complicated to add the functionality i wanted. I can pull request the basic functionality. But what i wanted was to add a CAKeyframe animation. |
Thank you. Custom animations were planned for v1 but I faced a lot of questions about how to do it properly so I delayed it.
|
I didnt have time to look in detail to that transition but what i have seen you just need a delegate and all the info comes from there. It could be a great way too :D |
Well, you can just display it with animated:NO property and then, tweak the layer as you normally do with e.g. facebook/pop to achieve custom navigation controller transitions. |
It would be cool if we could pass a block for our custom animations, or to pass a class to do the custom animation.
Anyway the control is great!
The text was updated successfully, but these errors were encountered: