mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
92d9218cf1
28 changed files with 239 additions and 72 deletions
|
|
@ -2486,6 +2486,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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue