Skip to content

Commit

Permalink
Bug 1618773 - Turn on dom.animations-api.implicit-keyframes.enabled a…
Browse files Browse the repository at this point in the history
…nd dom.animations-api.autoremove.enabled unconditionally; r=boris

Differential Revision: https://phabricator.services.mozilla.com/D64913

--HG--
extra : moz-landing-system : lando
  • Loading branch information
birtles committed Mar 2, 2020
1 parent a2f044d commit 902d1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/libpref/init/StaticPrefList.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@
# Is support for automatically removing replaced filling animations enabled?
- name: dom.animations-api.autoremove.enabled
type: bool
value: @IS_NOT_RELEASE_OR_BETA@
value: true
mirror: always

# Is support for composite operations from the Web Animations API enabled?
Expand Down Expand Up @@ -1366,7 +1366,7 @@
# keyframes enabled?
- name: dom.animations-api.implicit-keyframes.enabled
type: bool
value: @IS_NOT_RELEASE_OR_BETA@
value: true
mirror: always

# Is support for timelines from the Web Animations API enabled?
Expand Down

0 comments on commit 902d1a2

Please sign in to comment.