Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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

  • 3 trả lời
  • 2 gặp vấn đề này
  • 14 lượt xem
  • Trả lời mới nhất được viết bởi 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

Tất cả các câu trả lời (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 }