firefox: toolkit.cosmeticAnimations.enabled has been removed

In favor for prefers-reduced-motion which would also apply to
content (notify::gtk-enable-animations can be used on Linux)
This commit is contained in:
Vincent Bernat 2021-11-11 08:15:50 +01:00
parent f953002a6f
commit c2a9c0095d

View file

@ -55,9 +55,6 @@ user_pref("full-screen-api.transition.timeout", 0);
// Don't autoplay videos (except when no audio)
user_pref("media.autoplay.default", 1);
// Remove some annoying animations (notably when going full screen)
user_pref("toolkit.cosmeticAnimations.enabled", false);
// And VAAPI decoding with ffmpeg
user_pref("media.ffmpeg.vaapi.enabled", true);