-
Notifications
You must be signed in to change notification settings - Fork 39
/
css-3d.json
69 lines (69 loc) · 1.7 KB
/
css-3d.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"url": "https://drafts.csswg.org/css-transforms-2/",
"title": "CSS Transform Module Level 2",
"feature": "3D effects",
"wgs": [
{
"url": "https://www.w3.org/Style/CSS/",
"label": "Cascading Style Sheets (CSS) Working Group"
}
],
"impl": {
"caniuse": "transforms3d"
},
"features": {
"backface-visibility": {
"title": "backface-visibility property",
"url": "#propdef-backface-visibility",
"impl": {
"mdn": "css.properties.backface-visibility"
}
},
"perspective": {
"title": "perspective property",
"url": "#propdef-perspective",
"impl": {
"mdn": "css.properties.perspective"
}
},
"perspective-origin": {
"title": "perspective-origin property",
"url": "#propdef-perspective-origin",
"impl": {
"mdn": "css.properties.perspective-origin"
}
},
"rotate": {
"title": "rotate property",
"url": "#propdef-rotate",
"impl": {
"chromestatus": 5705698193178624,
"mdn": "css.properties.rotate"
}
},
"scale": {
"title": "scale property",
"url": "#propdef-scale",
"impl": {
"chromestatus": 5705698193178624,
"mdn": "css.properties.scale"
}
},
"transform-style": {
"title": "transform-style property",
"url": "#transform-style-property",
"impl": {
"edgestatus": "CSS Transforms - preserve-3d",
"mdn": "css.properties.transform-style"
}
},
"translate": {
"title": "translate property",
"url": "#propdef-translate",
"impl": {
"chromestatus": 5705698193178624,
"mdn": "css.properties.translate"
}
}
}
}