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
|
// Enable Hardware Acceleration
|
||||||
// user_pref("layers.acceleration.enabled", true);
|
// user_pref("layers.acceleration.enabled", true);
|
||||||
// user_pref("layers.acceleration.force", 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
|
// WARNINGS
|
||||||
|
|
Loading…
Reference in New Issue