Skip to content

Commit e31b3b0

Browse files
authored
Adds additional key to cubic bezier easing (#2108)
1 parent b6ea72c commit e31b3b0

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

features/cubic-bezier-easing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ group:
55
- animation
66
- transitions
77
compat_features:
8+
- css.types.easing-function
89
- css.types.easing-function.cubic-bezier

features/cubic-bezier-easing.yml.dist

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,29 @@ status:
1414
safari: "6"
1515
safari_ios: "6"
1616
compat_features:
17+
# baseline: high
18+
# baseline_low_date: 2015-07-29
19+
# baseline_high_date: 2018-01-29
20+
# support:
21+
# chrome: "4"
22+
# chrome_android: "18"
23+
# edge: "12"
24+
# firefox: "4"
25+
# firefox_android: "4"
26+
# safari: "3.1"
27+
# safari_ios: "2"
28+
- css.types.easing-function
29+
30+
# ⬇️ Same status as overall feature ⬇️
31+
# baseline: high
32+
# baseline_low_date: 2015-07-29
33+
# baseline_high_date: 2018-01-29
34+
# support:
35+
# chrome: "16"
36+
# chrome_android: "18"
37+
# edge: "12"
38+
# firefox: "4"
39+
# firefox_android: "4"
40+
# safari: "6"
41+
# safari_ios: "6"
1742
- css.types.easing-function.cubic-bezier

0 commit comments

Comments
 (0)