본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

about:config browser.fullscreen.animateUp has no effect

  • 5 답장
  • 8 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

My original problem: I wanted to stop the molasses-like animation pulling the browser tabs and navbar off screen when I press F11. Unrelated to the fade-in/fade-out with fullscreen videos (which I'd already fixed).

I saw the preference browser.fullscreen.animateUp described in http://kb.mozillazine.org/Browser.fullscreen.animateUp and mentioned in https://support.mozilla.org/en-US/questions/1066680 . This seems to be what I'm looking for, or it used to …

My about:config did not have this preference by default. I added a preference with the proper name and tried setting it to string values "0", "1", and "2" and integer values 0, 1, and 2 with no effect either immediate or on Firefox restart. That is, the F11 animation did not change. After refreshing my Firefox through Troubleshooting Information, I tried all six again with still no effect.

My original problem: I wanted to stop the molasses-like animation pulling the browser tabs and navbar off screen when I press F11. Unrelated to the fade-in/fade-out with fullscreen videos (which I'd already fixed). I saw the preference browser.fullscreen.animateUp described in http://kb.mozillazine.org/Browser.fullscreen.animateUp and mentioned in https://support.mozilla.org/en-US/questions/1066680 . This seems to be what I'm looking for, or it used to … My about:config did not have this preference by default. I added a preference with the proper name and tried setting it to string values "0", "1", and "2" and integer values 0, 1, and 2 with no effect either immediate or on Firefox restart. That is, the F11 animation did not change. After refreshing my Firefox through Troubleshooting Information, I tried all six again with still no effect.

선택된 해결법

Maybe try to set this pref to false:

  • toolkit.cosmeticAnimations.enabled = false

Some reading:

  • bug 1352069 - Introduce a pref that allows for disabling animations (toolkit.cosmeticAnimations.enabled)

(please do not comment in bug reports
https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
)

문맥에 따라 이 답변을 읽어주세요 👍 7

모든 댓글 (5)

more options

You can modify these prefs on the about:config page to disable the full screen fade in and fade out. Leave out the quotes around the value (enter only two zeros separated by a space).

  • full-screen-api.transition-duration.enter: "0 0"
  • full-screen-api.transition-duration.leave: "0 0"

You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.

more options

cor-el said

You can modify these prefs on the about:config page to disable the full screen fade in and fade out. Leave out the quotes around the value (enter only two zeros separated by a space).
  • full-screen-api.transition-duration.enter: "0 0"
  • full-screen-api.transition-duration.leave: "0 0"
You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.

Thank you, cor-el, for your answer. However, as I said in my question, my problem is "Unrelated to the fade-in/fade-out with fullscreen videos (which I'd already fixed)." It has rather to do with the dragging animation when entering fullscreen using F11 when, for example, Firefox is open to a local TXT file.

more options

선택된 해결법

Maybe try to set this pref to false:

  • toolkit.cosmeticAnimations.enabled = false

Some reading:

  • bug 1352069 - Introduce a pref that allows for disabling animations (toolkit.cosmeticAnimations.enabled)

(please do not comment in bug reports
https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
)

글쓴이 cor-el 수정일시

more options

cor-el said

Maybe try to set this pref to false:
  • toolkit.cosmeticAnimations.enabled = false
Some reading:
  • bug 1352069 - Introduce a pref that allows for disabling animations (toolkit.cosmeticAnimations.enabled)
(please do not comment in bug reports
https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
)

Setting

  • toolkit.cosmeticAnimations.enabled = false

did indeed solve my problem. Thank you for the answer and links, cor-el!

more options

You're welcome.

This was new to me as well.