mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Issue #1689 - Part 5: Enable DOM Animations API except the preffed-off parts.
This enables the DOM Animations API core functions with the exception of those parts that are either unimplemented or not ready for use, which have been preffed off in this issue's previous parts. Also tag #1319 for enabling a previous RELEASE_OR_BETA shielded API.
This commit is contained in:
parent
15feed4c00
commit
de53821109
1 changed files with 0 additions and 4 deletions
|
|
@ -2710,11 +2710,7 @@ pref("layout.idle_period.required_quiescent_frames", 2);
|
|||
pref("layout.idle_period.time_limit", 1);
|
||||
|
||||
// Is support for the Web Animations API enabled?
|
||||
#ifdef RELEASE_OR_BETA
|
||||
pref("dom.animations-api.core.enabled", false);
|
||||
#else
|
||||
pref("dom.animations-api.core.enabled", true);
|
||||
#endif
|
||||
|
||||
pref("dom.animations-api.timelines.enabled", false);
|
||||
pref("dom.animations-api.implicit-keyframes.enabled", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue