Does anyone know is there iPad implementation for Genie animation line on MAC OSx? I would like to create some list on the left side and on an action to make "like OSx" Genie animation to animate moving detail section into list item (like minimizing windows on MAC to the dock icon)
Thanks!
The simplest implementation I've found is BCGenieEffect (https://github.com/Ciechan/BCGenieEffect). Not only is the README extremely easy to understand, the actual implementation is just a few lines. Here's an example (found on their README) that displays how to do this simply:
CGRect startRect = CGRectMake(30, 40, 50, 60);
[view genieOutTransitionWithDuration:0.7
startRect:startRect
startEdge:BCRectEdgeLeft
completion:nil];
I just used this in a project and it seems very reliable.
There is this option. There are many stackoverflow posts about this topic, the standard effect uses private API, but can be found here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With