Mozilla 도움말 검색

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

Learn More

Disable tab animations (FF 102)

  • 3 답장
  • 0 이 문제를 만남
  • 21 보기
  • 최종 답변자: caetano1

more options

An old question but seems like the about:config parameters have changed recently. the following don't exist anymore : toolkit.cosmeticAnimations.enabled ui.prefersReducedMotion

I've searched with other keywords but couldn't find the new one.

An old question but seems like the about:config parameters have changed recently. the following don't exist anymore : toolkit.cosmeticAnimations.enabled ui.prefersReducedMotion I've searched with other keywords but couldn't find the new one.

선택된 해결법

You have to create that preference (ui.prefersReducedMotion).

Edit: create it as a number with the value 1.

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

모든 댓글 (3)

more options

What tab animations is this about ?

about:config => ui.prefersReducedMotion = 1 blocks some animations

more options

선택된 해결법

You have to create that preference (ui.prefersReducedMotion).

Edit: create it as a number with the value 1.

글쓴이 Terry 수정일시

more options

My mistake, I created it as a boolean, but as a number it works. Thanks!