Skip to content

Commit

Permalink
chore(css): Update group for CSS Animations (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Feb 24, 2025
1 parent a4c3d9b commit 4186fe3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion css/at-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@
"CSSStartingStyleRule"
],
"groups": [
"CSS Animations"
"CSS Transitions"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@starting-style"
Expand Down
1 change: 1 addition & 0 deletions css/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"Pseudo-elements",
"Selectors",
"Scalable Vector Graphics",
"Scroll-driven Animations",
"WebKit Extensions"
]
}
Expand Down
4 changes: 2 additions & 2 deletions css/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@
"scroll()": {
"syntax": "scroll( [ <scroller> || <axis> ]? )",
"groups": [
"CSS Animations"
"Scroll-driven Animations"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/scroll"
Expand Down Expand Up @@ -829,7 +829,7 @@
"view()": {
"syntax": "view([<axis> || <'view-timeline-inset'>]?)",
"groups": [
"CSS Animations"
"Scroll-driven Animations"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/view"
Expand Down
22 changes: 11 additions & 11 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,7 @@
],
"percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
"groups": [
"CSS Animations"
"Scroll-driven Animations"
],
"initial": [
"animation-range-start",
Expand All @@ -1963,7 +1963,7 @@
"animationType": "notAnimatable",
"percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
"groups": [
"CSS Animations"
"Scroll-driven Animations"
],
"initial": "normal",
"appliesto": "allElements",
Expand All @@ -1979,7 +1979,7 @@
"animationType": "notAnimatable",
"percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
"groups": [
"CSS Animations"
"Scroll-driven Animations"
],
"initial": "normal",
"appliesto": "allElements",
Expand Down Expand Up @@ -9273,7 +9273,7 @@
],
"percentages": "no",
"groups": [
"CSS Animations"
"Scroll-driven Animations"
],
"initial": [
"scroll-timeline-name",
Expand All @@ -9295,7 +9295,7 @@
"animationType": "notAnimatable",
"percentages": "no",
"groups": [
"CSS Animations"
"Scroll-driven Animations"
],
"initial": "block",
"appliesto": "scrollContainers",
Expand All @@ -9311,7 +9311,7 @@
"animationType": "notAnimatable",
"percentages": "no",
"groups": [
"CSS Animations"
"Scroll-driven Animations"
],
"initial": "none",
"appliesto": "scrollContainers",
Expand Down Expand Up @@ -10250,7 +10250,7 @@
"animationType": "notAnimatable",
"percentages": "no",
"groups": [
"CSS Animations"
"Scroll-driven Animations"
],
"initial": "none",
"appliesto": "allElements",
Expand Down Expand Up @@ -10561,7 +10561,7 @@
],
"percentages": "no",
"groups": [
"CSS Animations"
"Scroll-driven Animations"
],
"initial": [
"view-timeline-name",
Expand All @@ -10583,7 +10583,7 @@
"animationType": "notAnimatable",
"percentages": "no",
"groups": [
"CSS Animations"
"Scroll-driven Animations"
],
"initial": "block",
"appliesto": "allElements",
Expand All @@ -10599,7 +10599,7 @@
"animationType": "byComputedValueType",
"percentages": "relativeToCorrespondingDimensionOfRelevantScrollport",
"groups": [
"CSS Animations"
"Scroll-driven Animations"
],
"initial": "auto",
"appliesto": "allElements",
Expand All @@ -10615,7 +10615,7 @@
"animationType": "notAnimatable",
"percentages": "no",
"groups": [
"CSS Animations"
"Scroll-driven Animations"
],
"initial": "none",
"appliesto": "allElements",
Expand Down
3 changes: 0 additions & 3 deletions css/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,13 @@
"CSS Will Change",
"CSS Counter Styles",
"CSS Lists and Counters",
"CSS Animations",
"CSS Types"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/custom-ident"
},
"dashed-ident": {
"groups": [
"CSS Animations",
"CSS Types"
],
"status": "standard",
Expand Down Expand Up @@ -107,7 +105,6 @@
},
"easing-function": {
"groups": [
"CSS Animations",
"CSS Transitions",
"CSS Types"
],
Expand Down

0 comments on commit 4186fe3

Please sign in to comment.