搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 1 个回答
  • 1 人有此问题
  • 14 次查看
  • 最后回复者为 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: