-
Notifications
You must be signed in to change notification settings - Fork 2.1k
loadRootFragment 无动画 #541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
如果方便,我的qq 1316760523,这样沟通更直接,麻烦啦~ |
#459 你看看这个对你有帮助么 |
#459 是 start( fragment ), 在activity里只能loadRootFragment 呀~ 我在onclick里 这样写试过,没有loadRootFragment 没动画 |
loadRootFragment 并没有提供动画功能,这个动画需要你自己给framelayout 添加动画效果。动画效果是一进一出时才会有,loadRoot显然只有一个fragment,没有动画很正常啊,你可以loadRootFragment先添加一个空白fragment A,然后在这个fragment A里 start(B),启动真正的fragment. |
@iWynn @cgalaxy @LonelyMushroom 已修复 |
在activity 布局里有一个占位的framelayout,点击事件会给framelayout 加载 fragment,给framelayout 加载第一个fragment 使用loadRootFragment,没有动画~没有动画~没有动画,使用 public void loadRootFragment(containerId, toFragment,true, true),也没有动画,怎么办 啊啊啊 ,动画去哪里了。试了很多次还是没有辙。请求帮助~~~谢谢
The text was updated successfully, but these errors were encountered: