-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add ability to change flip from left/right to top/bottom #13
base: master
Are you sure you want to change the base?
Conversation
Kick ass work dude! I'll check out these changes. I don't use this library personally in any project anymore, which is why it has never received any love or refactoring ever. I always wanted to refactor everything from scratch, as I am not a big fan of my implementation, but I just don't have the time. |
Thank you. I refactored most of the code, but the massive |
Just a random question, is there any other way of doing this interactive animation beside from using |
I think I originally used that because the views are being split in half for the animation layer and static layers. It would be nice to ditch all the layer stuff and just deal with the views, but idk how you can split a uiview in half and manipulate it. |
No description provided.