M HYPE SPLASH
// news

How can I disable animations in Firefox when going full screen?

By Emma Valentine

I would like to disable the transition animation when I hit F11 to go full screen on Firefox.

The animation slowly pulls up all the tabs and bars off the screen instead of immediately hiding everything.

2 Answers

In the newest versions of Firefox:

  1. Open the about:config website
  2. Set toolkit.cosmeticAnimations.enabled to false

Tested on:

  • Firefox 57.0b9 (32-bit) from the Debian experimental branch running on Debian testing (buster)
  • Firefox 56.0 (64-bit) running on Ubuntu 17.10
  • Firefox 68.0 (64-bit) running on FreeBSD 13.0-CURRENT

References

1

Firefox 83.0:

  1. Open the about:config
  2. Change full-screen-api.transition-duration.enter from 200 200 to 0 0.
  3. Change full-screen-api.transition-duration.leave from 200 200 to 0 0.
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy