We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6301aa6 commit e4fb99cCopy full SHA for e4fb99c
1 file changed
css/properties.json
@@ -11929,6 +11929,22 @@
11929
"status": "standard",
11930
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/view-transition-name"
11931
},
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
+ },
11948
"visibility": {
11949
"syntax": "visible | hidden | collapse",
11950
"media": "visual",
0 commit comments