Skip to content

Commit

Permalink
feat(css): Add data for css @view-transition at-rule (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Jan 3, 2025
1 parent a8104c4 commit f326618
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions css/at-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,5 +531,27 @@
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@supports"
},
"@view-transition": {
"syntax": "@view-transition {\n <declaration-list>\n}",
"interfaces": [
"CSSViewTransitionRule"
],
"groups": [
"CSS View Transitions"
],
"descriptors": {
"navigation": {
"syntax": "auto | none",
"media": "all",
"initial": "none",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
}
},
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@view-transition"
}
}

0 comments on commit f326618

Please sign in to comment.