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
Chosen solution
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:
Read this answer in context 👍 1All Replies (1)
Seçilmiş Həll
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: