From c2a9c0095d2744a00a9567ffc8c3daf553db7bbd Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 11 Nov 2021 08:15:50 +0100 Subject: [PATCH] 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) --- dotfiles/firefox.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/firefox.js b/dotfiles/firefox.js index ef7c491..40fee16 100644 --- a/dotfiles/firefox.js +++ b/dotfiles/firefox.js @@ -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);