-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Explode as exit transition #41
Comments
What you may be missing is |
It does not help. I want reverse explode (up part slide up and down screen part slide down) but it slides. But if I set fade it's work. |
If you don't set anything the framework should automatically reverse entry transition when activity exits |
Entry transition is explode, but why reverse is slide? In Your TransitionActivity2 enter transition is explode, exit and return transitions not defined and reverse is slide down. I setup explode for exit and return transition in TransitionActivity2 but it slide down. Please try by yourself. |
Hi!
In example You show explode transition as enter transition, but reverse transition is slide.
How I can set explode transition as return or exit?
When I call
setExitTransition(explodeTransition) or setReturnTransition(explodeTransition)
it not take any effect. I want explode as exit or return transition (up part slide up and down screen part slide down), reverse as enter.Thank You!
The text was updated successfully, but these errors were encountered: