搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 3 个回答
  • 2 人有此问题
  • 22 次查看
  • 最后回复者为 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 }