In Android Lollipop, the Activity#postponeEnterTransition()
and Activity#startPostponedEnterTransition()
methods give the Activity the ability to delay starting the entering and exiting shared element transitions until all data is loaded. These work great for Activity
transitions.
Is there a way to achieve the same effect when using Fragment
transitions?