summaryrefslogtreecommitdiff
path: root/modules/libpref/init/all.js
diff options
context:
space:
mode:
Diffstat (limited to 'modules/libpref/init/all.js')
-rw-r--r--modules/libpref/init/all.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 267cb39d6d..9aada9bb90 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -2448,6 +2448,12 @@ pref("layout.css.mix-blend-mode.enabled", true);
// Is support for isolation enabled?
pref("layout.css.isolation.enabled", true);
+// Is support for CSS animation properties enabled?
+pref("layout.css.animation.enabled", true);
+
+// Is support for CSS transition properties enabled?
+pref("layout.css.transition.enabled", true);
+
// Is support for CSS Filters enabled?
pref("layout.css.filters.enabled", true);