mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
Issue #2293 - Add preferences to disable CSS animation/transition props.
This resolves #2293
This commit is contained in:
parent
6ff7b5269e
commit
f4cc47c049
2 changed files with 20 additions and 14 deletions
|
|
@ -2481,6 +2481,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