forked from Narsil/palemoon_user.js
Upload files to "testing"
This commit is contained in:
parent
53149f658e
commit
863140ad4d
|
@ -1072,6 +1072,10 @@ user_pref("lightweightThemes.animation.enabled", false);
|
|||
// Enable Hardware Acceleration
|
||||
// user_pref("layers.acceleration.enabled", true);
|
||||
// user_pref("layers.acceleration.force", true);
|
||||
// -------------------------------------
|
||||
// Disable CSS-based animations and transition effects
|
||||
user_pref("layout.css.animation.enabled", false);
|
||||
user_pref("layout.css.transition.enabled", false);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// WARNINGS
|
||||
|
|
Loading…
Reference in New Issue