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!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Disable animation when entering fullscreen

  • 1 reply
  • 0 have this problem
  • 4 views
  • Paskiausią atsakymą parašė 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.

All Replies (1)

more options

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

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

Modified by Darcy