搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Disable tab animations (FF 102)

  • 3 回覆
  • 0 有這個問題
  • 64 次檢視
  • 最近回覆由 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!