이 쓰레드는 보존되었습니다.
만약 도움이 필요하시면 새로운 질문을 올려주세요.
Solved
보존
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: