Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Disable the animation

  • 4 ответа
  • 1 имеет эту проблему
  • 1 просмотр
  • Последний ответ от cor-el

more options

Can i disable the animation after exit fullscreen.?

Can i disable the animation after exit fullscreen.?

Все ответы (4)

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".