-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Reverse animation for exit transitions? #78
Comments
Yes, you have to use code for that. So use animateTo() instead of animate(). Thanks! Meng On Sat, Jul 4, 2015 at 4:26 AM, alkait notifications@github.com wrote:
|
Hi, |
Sure, here’s the code: layer.animation = “slideLeft” layer.animateTo() — animate() would slide right to left. animateTo() would slide left to right. Thanks! Meng On Mon, Jul 27, 2015 at 4:43 PM, paultan1080 notifications@github.com
|
Ah Thanks, works like charm! |
Is there a way to do any of the available animation in reverse? Say you want to "slideOutLeft" to do an exit animation. How to achieve this?
The text was updated successfully, but these errors were encountered: