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.
Valgt løsning
You have to create that preference (ui.prefersReducedMotion).
Edit: create it as a number with the value 1.
Læs dette svar i sammenhæng 👍 0Alle svar (3)
What tab animations is this about ?
about:config => ui.prefersReducedMotion = 1 blocks some animations
Valgt løsning
You have to create that preference (ui.prefersReducedMotion).
Edit: create it as a number with the value 1.
Ændret af Terry den
My mistake, I created it as a boolean, but as a number it works. Thanks!