mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
pref: separated pref for long names of css animation/transition properties.
This commit is contained in:
parent
a3e6917887
commit
73a7ce1e57
2 changed files with 14 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue