Skip to content

Commit

Permalink
Add spec_url for new CSS easing functions (#25041)
Browse files Browse the repository at this point in the history
  • Loading branch information
dipikabh authored Nov 12, 2024
1 parent b8dc74a commit 8d58f09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/types/easing-function.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"cubic-bezier": {
"__compat": {
"description": "<code>cubic-bezier()</code> with ordinate ∉ [0,1]",
"spec_url": "https://drafts.csswg.org/css-easing/#cubic-bezier-easing-functions",
"support": {
"chrome": {
"version_added": "16"
Expand Down Expand Up @@ -85,6 +86,7 @@
"linear-function": {
"__compat": {
"description": "<code>linear()</code>",
"spec_url": "https://drafts.csswg.org/css-easing/#the-linear-easing-function",
"tags": [
"web-features:linear-easing"
],
Expand Down Expand Up @@ -122,6 +124,7 @@
"steps": {
"__compat": {
"description": "<code>steps()</code> with <code>start</code>, <code>end</code> or no direction",
"spec_url": "https://drafts.csswg.org/css-easing/#step-easing-functions",
"support": {
"chrome": {
"version_added": "8"
Expand Down

0 comments on commit 8d58f09

Please sign in to comment.