Skip to content

Instantly share code, notes, and snippets.

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