Skip to content

Instantly share code, notes, and snippets.

@cthulhuplush
Created January 13, 2017 10:42
Show Gist options
  • Save cthulhuplush/a820da78d3533ac02426e0dac15deb2b to your computer and use it in GitHub Desktop.
Save cthulhuplush/a820da78d3533ac02426e0dac15deb2b to your computer and use it in GitHub Desktop.
// Enter Transition
Fade fade = new Fade();
fade.setStartDelay(TRANSITION_DEFAULT_TIME);
toFragment.setEnterTransition(fade);
// Exit Transition
toFragment.setExitTransition(new Fade());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment