transforms3d.json 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  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://drafts.csswg.org/css-transforms-2/",
  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. "18":"y",
  70. "79":"y",
  71. "80":"y",
  72. "81":"y",
  73. "83":"y",
  74. "84":"y",
  75. "85":"y",
  76. "86":"y",
  77. "87":"y",
  78. "88":"y",
  79. "89":"y",
  80. "90":"y",
  81. "91":"y",
  82. "92":"y",
  83. "93":"y",
  84. "94":"y",
  85. "95":"y",
  86. "96":"y",
  87. "97":"y",
  88. "98":"y",
  89. "99":"y"
  90. },
  91. "firefox":{
  92. "2":"n",
  93. "3":"n",
  94. "3.5":"n",
  95. "3.6":"n",
  96. "4":"n",
  97. "5":"n",
  98. "6":"n",
  99. "7":"n",
  100. "8":"n",
  101. "9":"n",
  102. "10":"y x",
  103. "11":"y x",
  104. "12":"y x",
  105. "13":"y x",
  106. "14":"y x",
  107. "15":"y x",
  108. "16":"y",
  109. "17":"y",
  110. "18":"y",
  111. "19":"y",
  112. "20":"y",
  113. "21":"y",
  114. "22":"y",
  115. "23":"y",
  116. "24":"y",
  117. "25":"y",
  118. "26":"y",
  119. "27":"y",
  120. "28":"y",
  121. "29":"y",
  122. "30":"y",
  123. "31":"y",
  124. "32":"y",
  125. "33":"y",
  126. "34":"y",
  127. "35":"y",
  128. "36":"y",
  129. "37":"y",
  130. "38":"y",
  131. "39":"y",
  132. "40":"y",
  133. "41":"y",
  134. "42":"y",
  135. "43":"y",
  136. "44":"y",
  137. "45":"y",
  138. "46":"y",
  139. "47":"y",
  140. "48":"y",
  141. "49":"y",
  142. "50":"y",
  143. "51":"y",
  144. "52":"y",
  145. "53":"y",
  146. "54":"y",
  147. "55":"y",
  148. "56":"y",
  149. "57":"y",
  150. "58":"y",
  151. "59":"y",
  152. "60":"y",
  153. "61":"y",
  154. "62":"y",
  155. "63":"y",
  156. "64":"y",
  157. "65":"y",
  158. "66":"y",
  159. "67":"y",
  160. "68":"y",
  161. "69":"y",
  162. "70":"y",
  163. "71":"y",
  164. "72":"y",
  165. "73":"y",
  166. "74":"y",
  167. "75":"y",
  168. "76":"y",
  169. "77":"y",
  170. "78":"y",
  171. "79":"y",
  172. "80":"y",
  173. "81":"y",
  174. "82":"y",
  175. "83":"y",
  176. "84":"y",
  177. "85":"y",
  178. "86":"y",
  179. "87":"y",
  180. "88":"y",
  181. "89":"y",
  182. "90":"y",
  183. "91":"y",
  184. "92":"y",
  185. "93":"y",
  186. "94":"y",
  187. "95":"y",
  188. "96":"y",
  189. "97":"y",
  190. "98":"y",
  191. "99":"y",
  192. "100":"y"
  193. },
  194. "chrome":{
  195. "4":"n",
  196. "5":"n",
  197. "6":"n",
  198. "7":"n",
  199. "8":"n",
  200. "9":"n",
  201. "10":"n",
  202. "11":"n",
  203. "12":"y x",
  204. "13":"y x",
  205. "14":"y x",
  206. "15":"y x",
  207. "16":"y x",
  208. "17":"y x",
  209. "18":"y x",
  210. "19":"y x",
  211. "20":"y x",
  212. "21":"y x",
  213. "22":"y x",
  214. "23":"y x",
  215. "24":"y x",
  216. "25":"y x",
  217. "26":"y x",
  218. "27":"y x",
  219. "28":"y x",
  220. "29":"y x",
  221. "30":"y x",
  222. "31":"y x",
  223. "32":"y x",
  224. "33":"y x",
  225. "34":"y x",
  226. "35":"y x",
  227. "36":"y",
  228. "37":"y",
  229. "38":"y",
  230. "39":"y",
  231. "40":"y",
  232. "41":"y",
  233. "42":"y",
  234. "43":"y",
  235. "44":"y",
  236. "45":"y",
  237. "46":"y",
  238. "47":"y",
  239. "48":"y",
  240. "49":"y",
  241. "50":"y",
  242. "51":"y",
  243. "52":"y",
  244. "53":"y",
  245. "54":"y",
  246. "55":"y",
  247. "56":"y",
  248. "57":"y",
  249. "58":"y",
  250. "59":"y",
  251. "60":"y",
  252. "61":"y",
  253. "62":"y",
  254. "63":"y",
  255. "64":"y",
  256. "65":"y",
  257. "66":"y",
  258. "67":"y",
  259. "68":"y",
  260. "69":"y",
  261. "70":"y",
  262. "71":"y",
  263. "72":"y",
  264. "73":"y",
  265. "74":"y",
  266. "75":"y",
  267. "76":"y",
  268. "77":"y",
  269. "78":"y",
  270. "79":"y",
  271. "80":"y",
  272. "81":"y",
  273. "83":"y",
  274. "84":"y",
  275. "85":"y",
  276. "86":"y",
  277. "87":"y",
  278. "88":"y",
  279. "89":"y",
  280. "90":"y",
  281. "91":"y",
  282. "92":"y",
  283. "93":"y",
  284. "94":"y",
  285. "95":"y",
  286. "96":"y",
  287. "97":"y",
  288. "98":"y",
  289. "99":"y",
  290. "100":"y",
  291. "101":"y",
  292. "102":"y",
  293. "103":"y"
  294. },
  295. "safari":{
  296. "3.1":"n",
  297. "3.2":"n",
  298. "4":"y x",
  299. "5":"y x",
  300. "5.1":"y x",
  301. "6":"y x",
  302. "6.1":"y x",
  303. "7":"y x",
  304. "7.1":"y x",
  305. "8":"y x",
  306. "9":"y #2",
  307. "9.1":"y #2",
  308. "10":"y #2",
  309. "10.1":"y #2",
  310. "11":"y #2",
  311. "11.1":"y #2",
  312. "12":"y #2",
  313. "12.1":"y #2",
  314. "13":"y #2",
  315. "13.1":"y #2",
  316. "14":"y #2",
  317. "14.1":"y #2",
  318. "15":"y #2",
  319. "15.1":"y #2",
  320. "15.2-15.3":"y #2",
  321. "15.4":"y",
  322. "TP":"y"
  323. },
  324. "opera":{
  325. "9":"n",
  326. "9.5-9.6":"n",
  327. "10.0-10.1":"n",
  328. "10.5":"n",
  329. "10.6":"n",
  330. "11":"n",
  331. "11.1":"n",
  332. "11.5":"n",
  333. "11.6":"n",
  334. "12":"n",
  335. "12.1":"n",
  336. "15":"y x",
  337. "16":"y x",
  338. "17":"y x",
  339. "18":"y x",
  340. "19":"y x",
  341. "20":"y x",
  342. "21":"y x",
  343. "22":"y x",
  344. "23":"y",
  345. "24":"y",
  346. "25":"y",
  347. "26":"y",
  348. "27":"y",
  349. "28":"y",
  350. "29":"y",
  351. "30":"y",
  352. "31":"y",
  353. "32":"y",
  354. "33":"y",
  355. "34":"y",
  356. "35":"y",
  357. "36":"y",
  358. "37":"y",
  359. "38":"y",
  360. "39":"y",
  361. "40":"y",
  362. "41":"y",
  363. "42":"y",
  364. "43":"y",
  365. "44":"y",
  366. "45":"y",
  367. "46":"y",
  368. "47":"y",
  369. "48":"y",
  370. "49":"y",
  371. "50":"y",
  372. "51":"y",
  373. "52":"y",
  374. "53":"y",
  375. "54":"y",
  376. "55":"y",
  377. "56":"y",
  378. "57":"y",
  379. "58":"y",
  380. "60":"y",
  381. "62":"y",
  382. "63":"y",
  383. "64":"y",
  384. "65":"y",
  385. "66":"y",
  386. "67":"y",
  387. "68":"y",
  388. "69":"y",
  389. "70":"y",
  390. "71":"y",
  391. "72":"y",
  392. "73":"y",
  393. "74":"y",
  394. "75":"y",
  395. "76":"y",
  396. "77":"y",
  397. "78":"y",
  398. "79":"y",
  399. "80":"y",
  400. "81":"y",
  401. "82":"y",
  402. "83":"y"
  403. },
  404. "ios_saf":{
  405. "3.2":"y x",
  406. "4.0-4.1":"y x",
  407. "4.2-4.3":"y x",
  408. "5.0-5.1":"y x",
  409. "6.0-6.1":"y x",
  410. "7.0-7.1":"y x",
  411. "8":"y x",
  412. "8.1-8.4":"y x",
  413. "9.0-9.2":"y #2",
  414. "9.3":"y #2",
  415. "10.0-10.2":"y #2",
  416. "10.3":"y #2",
  417. "11.0-11.2":"y #2",
  418. "11.3-11.4":"y #2",
  419. "12.0-12.1":"y #2",
  420. "12.2-12.5":"y #2",
  421. "13.0-13.1":"y #2",
  422. "13.2":"y #2",
  423. "13.3":"y #2",
  424. "13.4-13.7":"y #2",
  425. "14.0-14.4":"y #2",
  426. "14.5-14.8":"y #2",
  427. "15.0-15.1":"y #2",
  428. "15.2-15.3":"y #2",
  429. "15.4":"y"
  430. },
  431. "op_mini":{
  432. "all":"n"
  433. },
  434. "android":{
  435. "2.1":"n",
  436. "2.2":"n",
  437. "2.3":"n",
  438. "3":"y x",
  439. "4":"y x",
  440. "4.1":"y x",
  441. "4.2-4.3":"y x",
  442. "4.4":"y x",
  443. "4.4.3-4.4.4":"y x",
  444. "99":"y"
  445. },
  446. "bb":{
  447. "7":"y x",
  448. "10":"y x"
  449. },
  450. "op_mob":{
  451. "10":"n",
  452. "11":"n",
  453. "11.1":"n",
  454. "11.5":"n",
  455. "12":"n",
  456. "12.1":"n",
  457. "64":"y"
  458. },
  459. "and_chr":{
  460. "100":"y"
  461. },
  462. "and_ff":{
  463. "98":"y"
  464. },
  465. "ie_mob":{
  466. "10":"a #1",
  467. "11":"a #1"
  468. },
  469. "and_uc":{
  470. "12.12":"y"
  471. },
  472. "samsung":{
  473. "4":"y",
  474. "5.0-5.4":"y",
  475. "6.2-6.4":"y",
  476. "7.2-7.4":"y",
  477. "8.2":"y",
  478. "9.2":"y",
  479. "10.1":"y",
  480. "11.1-11.2":"y",
  481. "12.0":"y",
  482. "13.0":"y",
  483. "14.0":"y",
  484. "15.0":"y",
  485. "16.0":"y"
  486. },
  487. "and_qq":{
  488. "10.4":"y"
  489. },
  490. "baidu":{
  491. "7.12":"y"
  492. },
  493. "kaios":{
  494. "2.5":"y"
  495. }
  496. },
  497. "notes":"",
  498. "notes_by_num":{
  499. "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.",
  500. "2":"Safari 9-15.3 still require a prefix for the related `backface-visibility` property."
  501. },
  502. "usage_perc_y":95.92,
  503. "usage_perc_a":0.68,
  504. "ucprefix":false,
  505. "parent":"",
  506. "keywords":"css 3d,3dtransforms,backface visibility,perspective,transform-origin,transform-style,rotatex,rotatey,rotatez,translate3d,translatez,scalez,rotate3d",
  507. "ie_id":"transforms,csstransformspreserve3d",
  508. "chrome_id":"6437640580628480",
  509. "firefox_id":"",
  510. "webkit_id":"",
  511. "shown":true
  512. }