开发者

transition speed across fragments

开发者 https://www.devze.com 2023-03-18 04:41 出处:网络
I am using fragmentand i have setTransition for the fragment. fragmentTransaction.setTransition(FragmentTransaction.T开发者_JAVA技巧RANSIT_FRAGMENT_OPEN);

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

精彩评论

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