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
Giải pháp được chọn
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:
Đọc câu trả lời này trong ngữ cảnh 👍 1Tất cả các câu trả lời (1)
Giải pháp được chọn
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: