Skip to content

Commit

Permalink
fix(css): Add missing syntax <single-animation-composition> for `an…
Browse files Browse the repository at this point in the history
…imation-composition` (#789)

* Fix syntax for `animation-composition`

* revert some changes

---------

Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
skyclouds2001 and bsmth authored Nov 22, 2024
1 parent 8438947 commit e76c914
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,7 @@
"appliesto": "allElements",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-composition"
},
"animation-delay": {
Expand Down
3 changes: 3 additions & 0 deletions css/syntaxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,9 @@
"single-animation": {
"syntax": "<'animation-duration'> || <easing-function> || <'animation-delay'> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ] || <single-animation-timeline>"
},
"single-animation-composition": {
"syntax": "replace | add | accumulate"
},
"single-animation-direction": {
"syntax": "normal | reverse | alternate | alternate-reverse"
},
Expand Down

0 comments on commit e76c914

Please sign in to comment.