Няма описание

transforms3d.json 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. {
  2. "title":"CSS3 3D Transforms",
  3. "description":"Method of transforming an element in the third dimension using the `transform` property. Includes support for the `perspective` property to set the perspective in z-space and the `backface-visibility` property to toggle display of the reverse side of a 3D-transformed element.",
  4. "spec":"https://www.w3.org/TR/css3-3d-transforms/",
  5. "status":"wd",
  6. "links":[
  7. {
  8. "url":"http://css3.bradshawenterprises.com/flip/",
  9. "title":"Multi-browser demo"
  10. },
  11. {
  12. "url":"https://hacks.mozilla.org/2011/10/css-3d-transformations-in-firefox-nightly/",
  13. "title":"Mozilla hacks article"
  14. },
  15. {
  16. "url":"http://thewebrocks.com/demos/3D-css-tester/",
  17. "title":"3D CSS Tester"
  18. },
  19. {
  20. "url":"https://raw.github.com/phiggins42/has.js/master/detect/css.js#css-transform",
  21. "title":"has.js test"
  22. },
  23. {
  24. "url":"https://www.webplatform.org/docs/css/transforms/transform",
  25. "title":"WebPlatform Docs"
  26. },
  27. {
  28. "url":"http://desandro.github.io/3dtransforms/",
  29. "title":"Intro to CSS 3D transforms"
  30. }
  31. ],
  32. "bugs":[
  33. {
  34. "description":"Some configurations of Linux and older Windows machines (those without WebGL support) have trouble with 3D transforms and will treat them as if `perspective` was set as `none`."
  35. },
  36. {
  37. "description":"Firefox on Windows [incorrectly renders plugin content within no-op 3D transforms](https://bugzilla.mozilla.org/show_bug.cgi?id=1048279)."
  38. },
  39. {
  40. "description":"The `perspective` property doesn't work on the `body` element in Firefox, it must be used on an inner element."
  41. },
  42. {
  43. "description":"Chrome has a (recently fixed) bug where combining `clip-path` and `backface-visibility` produces [visible noise](https://code.google.com/p/chromium/issues/detail?id=350724)."
  44. },
  45. {
  46. "description":"Transforms may break position:fixed styles of contained elements"
  47. }
  48. ],
  49. "categories":[
  50. "CSS3"
  51. ],
  52. "stats":{
  53. "ie":{
  54. "5.5":"n",
  55. "6":"n",
  56. "7":"n",
  57. "8":"n",
  58. "9":"n",
  59. "10":"a #1",
  60. "11":"a #1"
  61. },
  62. "edge":{
  63. "12":"y",
  64. "13":"y",
  65. "14":"y",
  66. "15":"y",
  67. "16":"y",
  68. "17":"y"
  69. },
  70. "firefox":{
  71. "2":"n",
  72. "3":"n",
  73. "3.5":"n",
  74. "3.6":"n",
  75. "4":"n",
  76. "5":"n",
  77. "6":"n",
  78. "7":"n",
  79. "8":"n",
  80. "9":"n",
  81. "10":"y x",
  82. "11":"y x",
  83. "12":"y x",
  84. "13":"y x",
  85. "14":"y x",
  86. "15":"y x",
  87. "16":"y",
  88. "17":"y",
  89. "18":"y",
  90. "19":"y",
  91. "20":"y",
  92. "21":"y",
  93. "22":"y",
  94. "23":"y",
  95. "24":"y",
  96. "25":"y",
  97. "26":"y",
  98. "27":"y",
  99. "28":"y",
  100. "29":"y",
  101. "30":"y",
  102. "31":"y",
  103. "32":"y",
  104. "33":"y",
  105. "34":"y",
  106. "35":"y",
  107. "36":"y",
  108. "37":"y",
  109. "38":"y",
  110. "39":"y",
  111. "40":"y",
  112. "41":"y",
  113. "42":"y",
  114. "43":"y",
  115. "44":"y",
  116. "45":"y",
  117. "46":"y",
  118. "47":"y",
  119. "48":"y",
  120. "49":"y",
  121. "50":"y",
  122. "51":"y",
  123. "52":"y",
  124. "53":"y",
  125. "54":"y",
  126. "55":"y",
  127. "56":"y",
  128. "57":"y",
  129. "58":"y",
  130. "59":"y",
  131. "60":"y",
  132. "61":"y"
  133. },
  134. "chrome":{
  135. "4":"n",
  136. "5":"n",
  137. "6":"n",
  138. "7":"n",
  139. "8":"n",
  140. "9":"n",
  141. "10":"n",
  142. "11":"n",
  143. "12":"y x",
  144. "13":"y x",
  145. "14":"y x",
  146. "15":"y x",
  147. "16":"y x",
  148. "17":"y x",
  149. "18":"y x",
  150. "19":"y x",
  151. "20":"y x",
  152. "21":"y x",
  153. "22":"y x",
  154. "23":"y x",
  155. "24":"y x",
  156. "25":"y x",
  157. "26":"y x",
  158. "27":"y x",
  159. "28":"y x",
  160. "29":"y x",
  161. "30":"y x",
  162. "31":"y x",
  163. "32":"y x",
  164. "33":"y x",
  165. "34":"y x",
  166. "35":"y x",
  167. "36":"y",
  168. "37":"y",
  169. "38":"y",
  170. "39":"y",
  171. "40":"y",
  172. "41":"y",
  173. "42":"y",
  174. "43":"y",
  175. "44":"y",
  176. "45":"y",
  177. "46":"y",
  178. "47":"y",
  179. "48":"y",
  180. "49":"y",
  181. "50":"y",
  182. "51":"y",
  183. "52":"y",
  184. "53":"y",
  185. "54":"y",
  186. "55":"y",
  187. "56":"y",
  188. "57":"y",
  189. "58":"y",
  190. "59":"y",
  191. "60":"y",
  192. "61":"y",
  193. "62":"y",
  194. "63":"y",
  195. "64":"y",
  196. "65":"y",
  197. "66":"y",
  198. "67":"y"
  199. },
  200. "safari":{
  201. "3.1":"n",
  202. "3.2":"n",
  203. "4":"y x",
  204. "5":"y x",
  205. "5.1":"y x",
  206. "6":"y x",
  207. "6.1":"y x",
  208. "7":"y x",
  209. "7.1":"y x",
  210. "8":"y x",
  211. "9":"y #2",
  212. "9.1":"y #2",
  213. "10":"y #2",
  214. "10.1":"y #2",
  215. "11":"y #2",
  216. "11.1":"y #2",
  217. "TP":"y #2"
  218. },
  219. "opera":{
  220. "9":"n",
  221. "9.5-9.6":"n",
  222. "10.0-10.1":"n",
  223. "10.5":"n",
  224. "10.6":"n",
  225. "11":"n",
  226. "11.1":"n",
  227. "11.5":"n",
  228. "11.6":"n",
  229. "12":"n",
  230. "12.1":"n",
  231. "15":"y x",
  232. "16":"y x",
  233. "17":"y x",
  234. "18":"y x",
  235. "19":"y x",
  236. "20":"y x",
  237. "21":"y x",
  238. "22":"y x",
  239. "23":"y",
  240. "24":"y",
  241. "25":"y",
  242. "26":"y",
  243. "27":"y",
  244. "28":"y",
  245. "29":"y",
  246. "30":"y",
  247. "31":"y",
  248. "32":"y",
  249. "33":"y",
  250. "34":"y",
  251. "35":"y",
  252. "36":"y",
  253. "37":"y",
  254. "38":"y",
  255. "39":"y",
  256. "40":"y",
  257. "41":"y",
  258. "42":"y",
  259. "43":"y",
  260. "44":"y",
  261. "45":"y",
  262. "46":"y",
  263. "47":"y",
  264. "48":"y",
  265. "49":"y",
  266. "50":"y",
  267. "51":"y",
  268. "52":"y"
  269. },
  270. "ios_saf":{
  271. "3.2":"y x",
  272. "4.0-4.1":"y x",
  273. "4.2-4.3":"y x",
  274. "5.0-5.1":"y x",
  275. "6.0-6.1":"y x",
  276. "7.0-7.1":"y x",
  277. "8":"y x",
  278. "8.1-8.4":"y x",
  279. "9.0-9.2":"y #2",
  280. "9.3":"y #2",
  281. "10.0-10.2":"y #2",
  282. "10.3":"y #2",
  283. "11.0-11.2":"y #2",
  284. "11.3":"y #2"
  285. },
  286. "op_mini":{
  287. "all":"n"
  288. },
  289. "android":{
  290. "2.1":"n",
  291. "2.2":"n",
  292. "2.3":"n",
  293. "3":"y x",
  294. "4":"y x",
  295. "4.1":"y x",
  296. "4.2-4.3":"y x",
  297. "4.4":"y x",
  298. "4.4.3-4.4.4":"y x",
  299. "62":"y"
  300. },
  301. "bb":{
  302. "7":"y x",
  303. "10":"y x"
  304. },
  305. "op_mob":{
  306. "10":"n",
  307. "11":"n",
  308. "11.1":"n",
  309. "11.5":"n",
  310. "12":"n",
  311. "12.1":"n",
  312. "37":"y"
  313. },
  314. "and_chr":{
  315. "64":"y"
  316. },
  317. "and_ff":{
  318. "57":"y"
  319. },
  320. "ie_mob":{
  321. "10":"a #1",
  322. "11":"a #1"
  323. },
  324. "and_uc":{
  325. "11.8":"y"
  326. },
  327. "samsung":{
  328. "4":"y",
  329. "5":"y",
  330. "6.2":"y"
  331. },
  332. "and_qq":{
  333. "1.2":"y"
  334. },
  335. "baidu":{
  336. "7.12":"y"
  337. }
  338. },
  339. "notes":"",
  340. "notes_by_num":{
  341. "1":"Partial support in IE refers to not supporting [the transform-style: preserve-3d property](http://msdn.microsoft.com/en-us/library/ie/hh673529%28v=vs.85%29.aspx#the_ms_transform_style_property). This prevents nesting 3D transformed elements.",
  342. "2":"Safari 9, 10 & 11 are reported to still require a prefix for the related `backface-visibility` property."
  343. },
  344. "usage_perc_y":91.47,
  345. "usage_perc_a":3.15,
  346. "ucprefix":false,
  347. "parent":"",
  348. "keywords":"css 3d,3dtransforms,translate3d,backface visibility,perspective,transform-origin,transform-style",
  349. "ie_id":"transforms,csstransformspreserve3d",
  350. "chrome_id":"6437640580628480",
  351. "firefox_id":"",
  352. "webkit_id":"",
  353. "shown":true
  354. }