Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi encerrada. Faça uma nova pergunta se precisa de ajuda.

Slowly fullscreen animation with transparent tabbar

  • 1 resposta
  • 0 tem este problema
  • 4 visualizações
  • Última resposta de 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.
Capturas de tela anexadas

Solução escolhida

add

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

to userChrome.css fix the animation.

Ler esta resposta 👍 0

Todas as respostas (1)

more options

Solução escolhida

add

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

to userChrome.css fix the animation.