Created
January 13, 2017 10:42
-
-
Save cthulhuplush/4543c32492e46be2c2e1027b1b91da1b 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); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment