Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

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

  • 3 Antworten
  • 2 haben dieses Problem
  • 1 Aufruf
  • Letzte Antwort von 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

Alle Antworten (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 }