Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 3 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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 }