Conductor: Separate Enter Exit transition for each controller
Is this possible to set different enter and exit transition? For example the from view exit with Fade out and the to view enter with Slide bottom + Fade in.
I couldn’t do this with TransitionChangeHandler the whole transition applies on both controllers.
About this issue
- Original URL
- State: open
- Created 7 years ago
- Comments: 18 (8 by maintainers)
I know it’s been a while since this was opened, but I’m very close to getting this done! I have a few demos working great. At this point I’m just trying to generalize the solution properly, then I’ll push to the snapshot build. Should be a day or so.
@EricKuck Thank you.
This is actually doable with fragments:
What you want to do is very possible, but you’re not going to get it done using the standard transitions provided by Google. You’ll have to write that yourself. I’ll look into if there’s a way to copy what Google did with Activities and make it work with Views, but I’d be surprised if there was a way to do that. There’s a lot of magic happening with Activity transitions that you just can’t do with Views/Fragments/Controllers.