We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
view-transition-class
1 parent 83add30 commit 6f35883Copy full SHA for 6f35883
css/properties.json
@@ -10625,6 +10625,21 @@
10625
"status": "experimental",
10626
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/view-timeline-name"
10627
},
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
+ },
10643
"view-transition-name": {
10644
"syntax": "none | <custom-ident>",
10645
"media": "visual",
0 commit comments