Created
January 13, 2017 10:42
-
-
Save cthulhuplush/a820da78d3533ac02426e0dac15deb2b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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