-
Notifications
You must be signed in to change notification settings - Fork 38
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
有几个关于动画的小问题,不知是否能支持 #189
Comments
感谢反馈
|
抱歉,第三点说错了应该是topBarColor 安卓动画: |
@Joltik 已修复,已支持 升级至 1.6.0,将这个属性 |
感谢😄 |
@Joltik 该问题已修复 |
如果想用安卓自带的切换动画,这个库支持么? 比如小米手机上用小米自带的push动画,在华为上也用华为自己的动画,这种情况。 |
@dppo 自带的切换动画有相应的动画文件吗?这是 Activity 切换时,系统自动附加的动画吧。 |
嗯嗯,就只指的系统附加的动画,我是指能不能不用动画文件,直接让系统去处理动画这种样子? |
@dppo 不能哎,底下全是 Fragment。 |
好的,感谢🙏 |
1、Android:使用Tab时,如果设置了hideTabBarWhenPush=true,tabbar层级比新页面层级高,如果修改了动画,会导致tabbar比较突兀,是否可以将tabbar层级降低?类似于iOS,新页面盖住tabbar的效果。
2、Android:设置hideTabBarWhenPush=false,点击返回按钮,依旧执行tabbar动画
3、iOS,只配置全局tabBarColor颜色,navbar的颜色不会出现渐变效果,但是如果子页面设置了同一颜色,能出现渐变效果,是否可以在设置了全局tabBarColor颜色下,每个页面的navbar颜色切换也有渐变效果
Screenrecorder-2021-05-29-10-33-24-427.mp4
The text was updated successfully, but these errors were encountered: