Bug 1785329 - Enable animation-composition on Nightly. r=hiro

It seems that making animation shorthand supports animation-composition may be
very tricky, so it's unlikely to include animation-composition into the
shorthand for now, per spec issue:
https://github.com/w3c/csswg-drafts/issues/6946.

WebKit also supports the longhand only on STP (Safari Technology Preview), so
it should be fine to enable the longhand property only on Firefox Nightly,
for experiemental testing.

Differential Revision: https://phabricator.services.mozilla.com/D154934
This commit is contained in:
Boris Chiou
2022-08-17 23:39:55 +00:00
parent ca28a45b70
commit 96c4407912
2 changed files with 18 additions and 1 deletions

View File

@@ -3300,6 +3300,23 @@ exports.CSS_PROPERTIES = {
"unset"
]
},
"animation-composition": {
"isInherited": false,
"subproperties": [
"animation-composition"
],
"supports": [],
"values": [
"accumulate",
"add",
"inherit",
"initial",
"replace",
"revert",
"revert-layer",
"unset"
]
},
"animation-delay": {
"isInherited": false,
"subproperties": [