-
Notifications
You must be signed in to change notification settings - Fork 17
/
css-easing.json
51 lines (51 loc) · 1.63 KB
/
css-easing.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"easing-functions": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/types/easing-function.json",
"name": "easing-function",
"slug": "CSS/easing-function",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/easing-function",
"summary": "The <easing-function> CSS data type denotes a mathematical function that describes the rate at which a numerical value changes.",
"support": {
"chrome": {
"version_added": "4"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "4"
},
"firefox_android": "mirror",
"ie": {
"version_added": "10"
},
"oculus": "mirror",
"opera": {
"version_added": "10.5"
},
"opera_android": {
"version_added": "11"
},
"safari": {
"version_added": "3.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": "4"
},
"edge_blink": {
"version_added": "79"
}
},
"title": "<easing-function>"
}
]
}