搜尋 Mozilla 技術支援網站

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

了解更多

Como puedo cambiar el icono de carga de firefox de pestaña

  • 1 回覆
  • 1 有這個問題
  • 6 次檢視
  • 最近回覆由 cor-el

more options

como podría cambiar el icono de carga para que sea un reloj de arena

como podría cambiar el icono de carga para que sea un reloj de arena

被選擇的解決方法

Firefox 63+ has support for "@media (prefers-reduced-motion)" to honor system settings to minimize the amount of non-essential motion. You can create a new Number pref named ui.prefersReducedMotion on the about:config page to show (0) or block (1) some animations.

  • in Firefox 78+ this includes the location bar breakout
  • in Firefox 80+ this replaces the tab loading indicator with an hourglass
  • set the value to 1 if you want to block

animations
ui.prefersReducedMotion = 1

  • set its value to 0 if you want to see animations
    ui.prefersReducedMotion = 0

See also:

從原來的回覆中察看解決方案 👍 1

所有回覆 (1)

more options

選擇的解決方法

Firefox 63+ has support for "@media (prefers-reduced-motion)" to honor system settings to minimize the amount of non-essential motion. You can create a new Number pref named ui.prefersReducedMotion on the about:config page to show (0) or block (1) some animations.

  • in Firefox 78+ this includes the location bar breakout
  • in Firefox 80+ this replaces the tab loading indicator with an hourglass
  • set the value to 1 if you want to block

animations
ui.prefersReducedMotion = 1

  • set its value to 0 if you want to see animations
    ui.prefersReducedMotion = 0

See also: