Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

Toto vlákno bylo uzavřeno a archivováno. Pokud potřebujete pomoci, založte prosím nový dotaz.

Slowly fullscreen animation with transparent tabbar

  • 1 odpověď
  • 0 má tento problém
  • 4 zobrazení
  • Poslední odpověď od Nestor Liao

more options

here is the video: https://streamable.com/zffknq the issue is about transparent bar with vertical addons and slowly fullscreen animation, and the fullscreen animation isn't config-able, I already set full-screen-api.transition-duration.enter 0 0 full-screen-api.transition-duration.leave 0 0 in about:config, and disable sidebar or userChrome is not work too. and this is happend about one mouth ago after my nixos update firefox.

here is the video: https://streamable.com/zffknq the issue is about transparent bar with vertical addons and slowly fullscreen animation, and the fullscreen animation isn't config-able, I already set full-screen-api.transition-duration.enter 0 0 full-screen-api.transition-duration.leave 0 0 in about:config, and disable sidebar or userChrome is not work too. and this is happend about one mouth ago after my nixos update firefox.
Přiložené obrázky

Zvolené řešení

add

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

to userChrome.css fix the animation.

Přečíst dotaz v kontextu 👍 0

Všechny odpovědi (1)

more options

Zvolené řešení

add

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

to userChrome.css fix the animation.