pref: separated pref for long names of css animation/transition properties.

This commit is contained in:
roytam1 2023-09-05 10:36:33 +08:00
commit 73a7ce1e57
2 changed files with 14 additions and 12 deletions

View file

@ -2488,9 +2488,11 @@ pref("layout.css.isolation.enabled", true);
// Is support for CSS animation properties enabled?
pref("layout.css.animation.enabled", true);
pref("layout.css.animation-long-names.enabled", true);
// Is support for CSS transition properties enabled?
pref("layout.css.transition.enabled", true);
pref("layout.css.transition-long-names.enabled", true);
// Is support for CSS Filters enabled?
pref("layout.css.filters.enabled", true);