开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜