搜索 | 用户支持

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

Learn More

Disable the animation

  • 4 个回答
  • 1 人有此问题
  • 19 次查看
  • 最后回复者为 cor-el

more options

Can i disable the animation after exit fullscreen.?

Can i disable the animation after exit fullscreen.?

所有回复 (4)

more options

before/after*

more options

You can modify these prefs on the about:config page to disable the full screen fade in and fade out. Leave out the quotes around the value (two zeros separated by a space). Note that this is the default on Linux (GTK).

  • full-screen-api.transition-duration.enter = "0 0"
  • full-screen-api.transition-duration.leave = "0 0"

You can open the about:config page via the location/address bar. You can click the button to "Accept the Risk and Continue".

more options

I made the parameters that you gave true. But nothing changed.

more options

The prefs I mentioned are String prefs and consist of two numbers zero (0) separated by a space: "0 0".