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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user