Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Disable animation when entering fullscreen

  • 1 antwoord
  • 0 hebben dit probleem
  • 32 weergaven
  • Laatste antwoord van 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.

Alle antwoorden (1)

more options

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

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

Bewerkt door Darcy op