Skip to content

Commit 6f35883

Browse files
feat(css): Add data for view-transition-class (#940)
1 parent 83add30 commit 6f35883

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

css/properties.json

+15
Original file line numberDiff line numberDiff line change
@@ -10625,6 +10625,21 @@
1062510625
"status": "experimental",
1062610626
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/view-timeline-name"
1062710627
},
10628+
"view-transition-class": {
10629+
"syntax": "none | <custom-ident>+",
10630+
"media": "visual",
10631+
"inherited": false,
10632+
"animationType": "discrete",
10633+
"percentages": "no",
10634+
"groups": [
10635+
"CSS View Transitions"
10636+
],
10637+
"initial": "none",
10638+
"appliesto": "allElements",
10639+
"computed": "asSpecified",
10640+
"order": "perGrammar",
10641+
"status": "standard"
10642+
},
1062810643
"view-transition-name": {
1062910644
"syntax": "none | <custom-ident>",
1063010645
"media": "visual",

0 commit comments

Comments
 (0)