搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Slowly fullscreen animation with transparent tabbar

  • 1 个回答
  • 0 人有此问题
  • 4 次查看
  • 最后回复者为 Nestor Liao

more options

here is the video: https://streamable.com/zffknq the issue is about transparent bar with vertical addons and slowly fullscreen animation, and the fullscreen animation isn't config-able, I already set full-screen-api.transition-duration.enter 0 0 full-screen-api.transition-duration.leave 0 0 in about:config, and disable sidebar or userChrome is not work too. and this is happend about one mouth ago after my nixos update firefox.

here is the video: https://streamable.com/zffknq the issue is about transparent bar with vertical addons and slowly fullscreen animation, and the fullscreen animation isn't config-able, I already set full-screen-api.transition-duration.enter 0 0 full-screen-api.transition-duration.leave 0 0 in about:config, and disable sidebar or userChrome is not work too. and this is happend about one mouth ago after my nixos update firefox.
已附加屏幕截图

被采纳的解决方案

add

           #navigator-toolbox[fullscreenShouldAnimate] {
               transition: none !important;
           }

to userChrome.css fix the animation.

定位到答案原位置 👍 0

所有回复 (1)

more options

选择的解决方案

add

           #navigator-toolbox[fullscreenShouldAnimate] {
               transition: none !important;
           }

to userChrome.css fix the animation.