话题已存档。
如果需要帮助请提出新问题。
已解决
已存档
Como puedo cambiar el icono de carga de firefox de pestaña
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
所有回复 (1)
选择的解决方案
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: