Skip to content

Commit 50fe57e

Browse files
authored
Adds interpolate-size feature (#2110)
1 parent a7ec146 commit 50fe57e

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

features/interpolate-size.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: interpolate-size
2+
description: The `interpolate-size` CSS property sets whether animations and transitions interpolate between a numeric value and a keyword value, such as from a fixed length to `auto` or `fit-content`.
3+
spec: https://drafts.csswg.org/css-values-5/#interpolate-size
4+
group:
5+
- transitions
6+
- animation
7+
compat_features:
8+
- css.properties.interpolate-size
9+
- css.properties.interpolate-size.allow-keywords
10+
- css.properties.interpolate-size.numeric-only

features/interpolate-size.yml.dist

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated from: interpolate-size.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "129"
8+
chrome_android: "129"
9+
compat_features:
10+
- css.properties.interpolate-size
11+
- css.properties.interpolate-size.allow-keywords
12+
- css.properties.interpolate-size.numeric-only

0 commit comments

Comments
 (0)