Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Firefox tab icon no longer spinning :(

more options

Hi, I am using FF v80.0.1 on ubuntu 18.04.

I noticed that whenever a tab is loading there is now a static (non-spinning) icon. Previously it was spinning. I want it to spin.

In changelog for 80.0 it says:

> For users with reduced motion settings, we’ve reduced a number of animations such as tab loading to reduce motion for users with migraines and epilepsy.

Is there a way to disable this feature?

Hi, I am using FF v80.0.1 on ubuntu 18.04. I noticed that whenever a tab is loading there is now a static (non-spinning) icon. Previously it was spinning. I want it to spin. In changelog for 80.0 it says: > For users with reduced motion settings, we’ve reduced a number of animations such as tab loading to reduce motion for users with migraines and epilepsy. Is there a way to disable this feature?

선택된 해결법

visgean said

Hi, I dont have the ui.prefersReducedMotion in key in about:config :(

No one has it by default. Step 3 is where you add that preference.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (7)

more options
more options

I think we need this https://www.userchrome.org

https://support.mozilla.org/en-US/questions/1176586

[Profanity removed by moderator. Please read Mozilla Support rules and guidelines, thanks.]

글쓴이 Chris Ilias 수정일시

more options

https://support.mozilla.org/en-US/questions/1176586

[Profanity removed by moderator. Please read Mozilla Support rules and guidelines, thanks.]

글쓴이 Chris Ilias 수정일시

more options

Hi visgean, if you do not want reduced animations in Firefox, it is possible to override your system-level animation preference with a manually created Firefox preference. You can try this:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box in the page, type or paste the new preference name

ui.prefersReducedMotion

If this preference was already created and shows a value of 1, skip to step (4).

(3) On the bar with the preference name, click the radio button next to Number and click the + button to add the preference. Then Firefox should display the new value.

(4) Set the value to 0 (double-click to edit if necessary) and click the blue checkmark button or press Enter to save the change.

That should bring back the ping-ponging dots. Does it work on yours?


If by spinning you meant the old circling-arrow icon, and you are comfortable with userChrome.css hacks, see:

https://www.reddit.com/r/FirefoxCSS/comments/igxwgn/replace_hourglass_icon_with_circle/g35339i/

more options

Hi, I dont have the ui.prefersReducedMotion in key in about:config :(

more options

If ui.prefersReducedMotion doesn't exist on the about:config page then you can try to create a new Number pref and set its value to '0' (zero) although I assume that if the pref is missing Firefox would assume that animations aren't blocked unless your OS has this feature enabled.

It is possible that Firefox from the repositories behaves differently than Firefox from the Mozilla server. You can try Firefox from the Mozilla server to see if that makes a difference.

more options

선택된 해결법

visgean said

Hi, I dont have the ui.prefersReducedMotion in key in about:config :(

No one has it by default. Step 3 is where you add that preference.