transition speed across fragments
I am using fragment and i have setTransition for the fragment. fragmentTransaction.setTransition(FragmentTransaction.T开发者_JAVA技巧RANSIT_FRAGMENT_OPEN);
How to increase the speed of the transition for the fragments?
setTransition
is for selecting the standard transition animation for the transaction. You can check setCustomAnimations if thats what you need. I have never used that though.
精彩评论