为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Yet another request for fixing broken disable Firefox fullscreen animation

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

more options

Hi, I browse exclusively full-screen, and I've had a recurring headache making the annoying full-screen animation go away since the inception of Firefox itself- it is the best browser by far and I am loathe to use anything else.

This question comes up time and time again, disabling animations through about:config is very much hit and miss and seems to work completely randomly, sometimes it does, sometimes it don't.

Well, now it don't. Again.

I have the following set:

full-screen-api.transition-duration.enter: 0 0 full-screen-api.transition-duration.leave: 0 0 full-screen-api.transition.timeout: 0 0 full-screen-api.warning.delay: 0 full-screen-api.warning.timeout: 0 dom.animations-api.core.enabled: false

Oddly enough, there used to be options for setting "cosmetic" animations too, but I have no option to change that since FF 100.

Can someone please let me know how to solve this because the annoyance is big enough for me to switch over to Opera or some other browser permanently for how consistently unreliable this function is.

Thank you.

Hi, I browse exclusively full-screen, and I've had a recurring headache making the annoying full-screen animation go away since the inception of Firefox itself- it is the best browser by far and I am loathe to use anything else. This question comes up time and time again, disabling animations through about:config is very much hit and miss and seems to work completely randomly, sometimes it does, sometimes it don't. Well, now it don't. Again. I have the following set: full-screen-api.transition-duration.enter: 0 0 full-screen-api.transition-duration.leave: 0 0 full-screen-api.transition.timeout: 0 0 full-screen-api.warning.delay: 0 full-screen-api.warning.timeout: 0 dom.animations-api.core.enabled: false Oddly enough, there used to be options for setting "cosmetic" animations too, but I have no option to change that since FF 100. Can someone please let me know how to solve this because the annoyance is big enough for me to switch over to Opera or some other browser permanently for how consistently unreliable this function is. Thank you.

所有回复 (1)

more options

You can create a new Number pref named ui.prefersReducedMotion on the about:config page to show or block some animations.

  • in Firefox 78+ this includes the location bar breakout
  • in Firefox 80+ this replaces the tab loading indicator with an hourglass
  • set the value to 1 if you want to block animations
    ui.prefersReducedMotion = 1
  • set its value to 0 if you want to see animations
    ui.prefersReducedMotion = 0

You can open the about:config page via the location/address bar. If you get the warning page, you can click the "Accept the Risk and Continue" button.

由cor-el于修改