mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Issue #1689 - Part 3: Add a preference for animation composite modes.
This feature should not be shipped until the various definitions of addition for each additive property are properly specified and then implemented accordingly. Unlike other patches in this series, compositing is not frequently used internally so there is no need to enable this by default for chrome callers.
This commit is contained in:
parent
d9693c298c
commit
fdeb68f0b8
4 changed files with 8 additions and 5 deletions
|
|
@ -2720,6 +2720,7 @@ pref("dom.animations-api.core.enabled", true);
|
|||
#endif
|
||||
pref("dom.animations-api.timelines.enabled", false);
|
||||
pref("dom.animations-api.implicit-keyframes.enabled", false);
|
||||
pref("dom.animations-api.compositing.enabled", false);
|
||||
|
||||
// Is support for the Element.animate() function (a subset of the Web Animations
|
||||
// API) enabled?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue