Disable animation when entering fullscreen
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.
Alle svar (1)
I solved the issue by adding the following line to my userchrome.css file:
#navigator-toolbox[fullscreenShouldAnimate] { transition: none !important }
Ændret af Darcy den