搜索 | 用户支持

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

Learn More

Disable animation when entering fullscreen

  • 1 个回答
  • 0 人有此问题
  • 32 次查看
  • 最后回复者为 Darcy

more options

Is it possible to disable the transition that is triggered by pressing f11 or clicking the "Display the window in full screen" button in the application menu. I am referring to the animation where the toolbar slides upward, not the fade to black animation.

Is it possible to disable the transition that is triggered by pressing f11 or clicking the "Display the window in full screen" button in the application menu. I am referring to the animation where the toolbar slides upward, not the fade to black animation.

所有回复 (1)

more options

I solved the issue by adding the following line to my userchrome.css file:

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

由Darcy于修改