
Disable tab animations (FF 102)
An old question but seems like the about:config parameters have changed recently. the following don't exist anymore : toolkit.cosmeticAnimations.enabled ui.prefersReducedMotion
I've searched with other keywords but couldn't find the new one.
Giải pháp được chọn
You have to create that preference (ui.prefersReducedMotion).
Edit: create it as a number with the value 1.
Đọc câu trả lời này trong ngữ cảnh 👍 0Tất cả các câu trả lời (3)
What tab animations is this about ?
about:config => ui.prefersReducedMotion = 1 blocks some animations
Giải pháp được chọn
You have to create that preference (ui.prefersReducedMotion).
Edit: create it as a number with the value 1.
Được chỉnh sửa bởi Terry vào
My mistake, I created it as a boolean, but as a number it works. Thanks!