Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

To improve on this fix by jscher2000 - URL : https://support.mozilla.org/en-US/questions/1039009

  • 3 ответа
  • 2 имеют эту проблему
  • 13 просмотров
  • Последний ответ от cor-el

more options

Hi jscher2000,

I have used your fix to good effect thank you. Moreover, can it be improved?

When I press F11 to enter fullscreen mode 'the toolbars slowly fade to the top'.

Scenario: 1. I am in fullscreen mode (and using your Bookmarks fix) 2. The mouse pointer is at the top so the Toolbars are displayed. 3. When I lower my mouse pointer, can the toolbars be made to "slowly fade to the top"? *

(** Like when F11 initially is pressed to enter fullscreen)

I think this would be great if it could be done!

Thank you, Julian P Auckland, NZ.


re: url - https://support.mozilla.org/en-US/questions/1039009

Hi jscher2000, I have used your fix to good effect thank you. Moreover, can it be improved? When I press F11 to enter fullscreen mode 'the toolbars slowly fade to the top'. Scenario: 1. I am in fullscreen mode (and using your Bookmarks fix) 2. The mouse pointer is at the top so the Toolbars are displayed. 3. When I lower my mouse pointer, can the toolbars be made to "slowly fade to the top"? * (** Like when F11 initially is pressed to enter fullscreen) I think this would be great if it could be done! Thank you, Julian P Auckland, NZ. re: url - https://support.mozilla.org/en-US/questions/1039009

Все ответы (3)

more options

JulianP said

Hi jscher2000, I have used your fix to good effect thank you. Moreover, can it be improved? When I press F11 to enter fullscreen mode 'the toolbars slowly fade to the top'. Scenario: 1. I am in fullscreen mode (and using your Bookmarks fix) 2. The mouse pointer is at the top so the Toolbars are displayed. 3. When I lower my mouse pointer, can the toolbars be made to "slowly fade to the top"? * (** Like when F11 initially is pressed to enter fullscreen) I think this would be great if it could be done! Thank you, Julian P Auckland, NZ. re: url - https://support.mozilla.org/en-US/questions/1039009

Hello Julian

Glad the fix given did the work for you. jscher2000 is a genius around here :)

You could leave us your input on the same. You never know, you could see this feature get implemented.

Feel free to ask again when you have issues

-Michael

more options

Hi Julian, I'm not sure how the animation of the toolbar area is accomplished in Firefox Full Screen view. If it is done with style rules, then perhaps custom style rules could crafted to apply the animation to the other scenarios.

more options

Is is done via JavaScript by setting a fullscreenShouldAnimate attribute.

303 #navigator-toolbox[fullscreenShouldAnimate] {
304   transition: 1.5s margin-top ease-out;
305 }