Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Disable animation when entering fullscreen

  • 1 réponse
  • 0 a ce problème
  • 4 vues
  • Dernière réponse par 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.

Toutes les réponses (1)

more options

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

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

Modifié le par Darcy