Skip to content

Commit e4fb99c

Browse files
Add data for view-transition-scope property (#1074)
1 parent 6301aa6 commit e4fb99c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

css/properties.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11929,6 +11929,22 @@
1192911929
"status": "standard",
1193011930
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/view-transition-name"
1193111931
},
11932+
"view-transition-scope": {
11933+
"syntax": "none | all",
11934+
"media": "visual",
11935+
"inherited": false,
11936+
"animationType": "discrete",
11937+
"percentages": "no",
11938+
"groups": [
11939+
"CSS View Transitions"
11940+
],
11941+
"initial": "none",
11942+
"appliesto": "allElements",
11943+
"computed": "asSpecified",
11944+
"order": "perGrammar",
11945+
"status": "standard",
11946+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/view-transition-scope"
11947+
},
1193211948
"visibility": {
1193311949
"syntax": "visible | hidden | collapse",
1193411950
"media": "visual",

0 commit comments

Comments
 (0)