transforms3d.json 9.9 KB

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