From bc58c10f349ed1c02d55992cace2e9b04866f173 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Wed, 9 Aug 2017 00:42:53 +1200 Subject: [PATCH] 3015: toolkit.cosmeticAnimations.enabled --- user.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user.js b/user.js index 04ccdcf..deaa7b7 100644 --- a/user.js +++ b/user.js @@ -1622,6 +1622,9 @@ user_pref("layout.spellcheckDefault", 1); /* 3013: disable automatic "Work Offline" status * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=620472 * [2] https://developer.mozilla.org/en-US/docs/Online_and_offline_events ***/ +/* 3015: disable animations + * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1352069 ***/ + // user_pref("toolkit.cosmeticAnimations.enabled", false); user_pref("network.manage-offline-status", false); /* 3017: set submenu delay in milliseconds. 0=instant while a small number allows * a mouse pass over menu items without any submenus alarmingly shooting out ***/