css-transitions.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. {
  2. "title":"CSS3 Transitions",
  3. "description":"Simple method of animating certain properties of an element, with ability to define property, duration, delay and timing function. ",
  4. "spec":"https://www.w3.org/TR/css3-transitions/",
  5. "status":"wd",
  6. "links":[
  7. {
  8. "url":"http://www.webdesignerdepot.com/2010/01/css-transitions-101/",
  9. "title":"Article on usage"
  10. },
  11. {
  12. "url":"http://www.the-art-of-web.com/css/timing-function/",
  13. "title":"Examples on timing functions"
  14. },
  15. {
  16. "url":"http://www.opera.com/docs/specs/presto2.12/css/transitions/",
  17. "title":"Animation of property types support in Opera"
  18. },
  19. {
  20. "url":"https://www.webplatform.org/docs/css/properties/transition",
  21. "title":"WebPlatform Docs"
  22. }
  23. ],
  24. "bugs":[
  25. {
  26. "description":"Not supported on any pseudo-elements besides ::before and ::after for Firefox, Chrome 26+, Opera 16+ and IE10+."
  27. },
  28. {
  29. "description":"Transitionable properties with calc() derived values are not supported below and including IE11 (http://connect.microsoft.com/IE/feedback/details/762719/css3-calc-bug-inside-transition-or-transform)"
  30. },
  31. {
  32. "description":"Internet Explorer does not support transitions of the 'background-size' property."
  33. },
  34. {
  35. "description":"IE11 [does not support](https://connect.microsoft.com/IE/feedbackdetail/view/920928/ie-11-css-transition-property-not-working-for-svg-elements) CSS transitions on the SVG `fill` property."
  36. },
  37. {
  38. "description":"In Chrome (up to 43.0), for transition-delay property, either explicitly specified or written within transition property, the unit cannot be ommitted even if the value is 0."
  39. },
  40. {
  41. "description":"IE10 & IE11 are reported to not support transitioning the `column-count` property."
  42. },
  43. {
  44. "description":"Safari 11 [does not support](https://bugs.webkit.org/show_bug.cgi?id=180435) CSS transitions on the `flex-basis` property."
  45. }
  46. ],
  47. "categories":[
  48. "CSS3"
  49. ],
  50. "stats":{
  51. "ie":{
  52. "5.5":"n",
  53. "6":"n",
  54. "7":"n",
  55. "8":"n",
  56. "9":"n",
  57. "10":"y",
  58. "11":"y"
  59. },
  60. "edge":{
  61. "12":"y",
  62. "13":"y",
  63. "14":"y",
  64. "15":"y",
  65. "16":"y",
  66. "17":"y",
  67. "18":"y",
  68. "79":"y",
  69. "80":"y",
  70. "81":"y",
  71. "83":"y",
  72. "84":"y",
  73. "85":"y",
  74. "86":"y"
  75. },
  76. "firefox":{
  77. "2":"n",
  78. "3":"n",
  79. "3.5":"n",
  80. "3.6":"n",
  81. "4":"a x #1",
  82. "5":"y x",
  83. "6":"y x",
  84. "7":"y x",
  85. "8":"y x",
  86. "9":"y x",
  87. "10":"y x",
  88. "11":"y x",
  89. "12":"y x",
  90. "13":"y x",
  91. "14":"y x",
  92. "15":"y x",
  93. "16":"y",
  94. "17":"y",
  95. "18":"y",
  96. "19":"y",
  97. "20":"y",
  98. "21":"y",
  99. "22":"y",
  100. "23":"y",
  101. "24":"y",
  102. "25":"y",
  103. "26":"y",
  104. "27":"y",
  105. "28":"y",
  106. "29":"y",
  107. "30":"y",
  108. "31":"y",
  109. "32":"y",
  110. "33":"y",
  111. "34":"y",
  112. "35":"y",
  113. "36":"y",
  114. "37":"y",
  115. "38":"y",
  116. "39":"y",
  117. "40":"y",
  118. "41":"y",
  119. "42":"y",
  120. "43":"y",
  121. "44":"y",
  122. "45":"y",
  123. "46":"y",
  124. "47":"y",
  125. "48":"y",
  126. "49":"y",
  127. "50":"y",
  128. "51":"y",
  129. "52":"y",
  130. "53":"y",
  131. "54":"y",
  132. "55":"y",
  133. "56":"y",
  134. "57":"y",
  135. "58":"y",
  136. "59":"y",
  137. "60":"y",
  138. "61":"y",
  139. "62":"y",
  140. "63":"y",
  141. "64":"y",
  142. "65":"y",
  143. "66":"y",
  144. "67":"y",
  145. "68":"y",
  146. "69":"y",
  147. "70":"y",
  148. "71":"y",
  149. "72":"y",
  150. "73":"y",
  151. "74":"y",
  152. "75":"y",
  153. "76":"y",
  154. "77":"y",
  155. "78":"y",
  156. "79":"y",
  157. "80":"y",
  158. "81":"y",
  159. "82":"y",
  160. "83":"y"
  161. },
  162. "chrome":{
  163. "4":"y x",
  164. "5":"y x",
  165. "6":"y x",
  166. "7":"y x",
  167. "8":"y x",
  168. "9":"y x",
  169. "10":"y x",
  170. "11":"y x",
  171. "12":"y x",
  172. "13":"y x",
  173. "14":"y x",
  174. "15":"y x",
  175. "16":"y x",
  176. "17":"y x",
  177. "18":"y x",
  178. "19":"y x",
  179. "20":"y x",
  180. "21":"y x",
  181. "22":"y x",
  182. "23":"y x",
  183. "24":"y x",
  184. "25":"y x",
  185. "26":"y",
  186. "27":"y",
  187. "28":"y",
  188. "29":"y",
  189. "30":"y",
  190. "31":"y",
  191. "32":"y",
  192. "33":"y",
  193. "34":"y",
  194. "35":"y",
  195. "36":"y",
  196. "37":"y",
  197. "38":"y",
  198. "39":"y",
  199. "40":"y",
  200. "41":"y",
  201. "42":"y",
  202. "43":"y",
  203. "44":"y",
  204. "45":"y",
  205. "46":"y",
  206. "47":"y",
  207. "48":"y",
  208. "49":"y",
  209. "50":"y",
  210. "51":"y",
  211. "52":"y",
  212. "53":"y",
  213. "54":"y",
  214. "55":"y",
  215. "56":"y",
  216. "57":"y",
  217. "58":"y",
  218. "59":"y",
  219. "60":"y",
  220. "61":"y",
  221. "62":"y",
  222. "63":"y",
  223. "64":"y",
  224. "65":"y",
  225. "66":"y",
  226. "67":"y",
  227. "68":"y",
  228. "69":"y",
  229. "70":"y",
  230. "71":"y",
  231. "72":"y",
  232. "73":"y",
  233. "74":"y",
  234. "75":"y",
  235. "76":"y",
  236. "77":"y",
  237. "78":"y",
  238. "79":"y",
  239. "80":"y",
  240. "81":"y",
  241. "83":"y",
  242. "84":"y",
  243. "85":"y",
  244. "86":"y",
  245. "87":"y",
  246. "88":"y",
  247. "89":"y"
  248. },
  249. "safari":{
  250. "3.1":"a x #1",
  251. "3.2":"a x #1",
  252. "4":"a x #1",
  253. "5":"a x #1",
  254. "5.1":"y x",
  255. "6":"y x",
  256. "6.1":"y",
  257. "7":"y",
  258. "7.1":"y",
  259. "8":"y",
  260. "9":"y",
  261. "9.1":"y",
  262. "10":"y",
  263. "10.1":"y",
  264. "11":"y",
  265. "11.1":"y",
  266. "12":"y",
  267. "12.1":"y",
  268. "13":"y",
  269. "13.1":"y",
  270. "14":"y",
  271. "TP":"y"
  272. },
  273. "opera":{
  274. "9":"n",
  275. "9.5-9.6":"n",
  276. "10.0-10.1":"n",
  277. "10.5":"a x #1",
  278. "10.6":"a x #1",
  279. "11":"a x #1",
  280. "11.1":"a x #1",
  281. "11.5":"a x #1",
  282. "11.6":"a x #1",
  283. "12":"y x",
  284. "12.1":"y",
  285. "15":"y",
  286. "16":"y",
  287. "17":"y",
  288. "18":"y",
  289. "19":"y",
  290. "20":"y",
  291. "21":"y",
  292. "22":"y",
  293. "23":"y",
  294. "24":"y",
  295. "25":"y",
  296. "26":"y",
  297. "27":"y",
  298. "28":"y",
  299. "29":"y",
  300. "30":"y",
  301. "31":"y",
  302. "32":"y",
  303. "33":"y",
  304. "34":"y",
  305. "35":"y",
  306. "36":"y",
  307. "37":"y",
  308. "38":"y",
  309. "39":"y",
  310. "40":"y",
  311. "41":"y",
  312. "42":"y",
  313. "43":"y",
  314. "44":"y",
  315. "45":"y",
  316. "46":"y",
  317. "47":"y",
  318. "48":"y",
  319. "49":"y",
  320. "50":"y",
  321. "51":"y",
  322. "52":"y",
  323. "53":"y",
  324. "54":"y",
  325. "55":"y",
  326. "56":"y",
  327. "57":"y",
  328. "58":"y",
  329. "60":"y",
  330. "62":"y",
  331. "63":"y",
  332. "64":"y",
  333. "65":"y",
  334. "66":"y",
  335. "67":"y",
  336. "68":"y",
  337. "69":"y",
  338. "70":"y",
  339. "71":"y"
  340. },
  341. "ios_saf":{
  342. "3.2":"a x #1",
  343. "4.0-4.1":"a x #1",
  344. "4.2-4.3":"a x #1",
  345. "5.0-5.1":"a x #1",
  346. "6.0-6.1":"y x",
  347. "7.0-7.1":"y",
  348. "8":"y",
  349. "8.1-8.4":"y",
  350. "9.0-9.2":"y",
  351. "9.3":"y",
  352. "10.0-10.2":"y",
  353. "10.3":"y",
  354. "11.0-11.2":"y",
  355. "11.3-11.4":"y",
  356. "12.0-12.1":"y",
  357. "12.2-12.4":"y",
  358. "13.0-13.1":"y",
  359. "13.2":"y",
  360. "13.3":"y",
  361. "13.4-13.7":"y",
  362. "14":"y"
  363. },
  364. "op_mini":{
  365. "all":"n"
  366. },
  367. "android":{
  368. "2.1":"y x",
  369. "2.2":"y x",
  370. "2.3":"y x",
  371. "3":"y x",
  372. "4":"y x",
  373. "4.1":"y x",
  374. "4.2-4.3":"y x",
  375. "4.4":"y",
  376. "4.4.3-4.4.4":"y",
  377. "81":"y"
  378. },
  379. "bb":{
  380. "7":"y x",
  381. "10":"y"
  382. },
  383. "op_mob":{
  384. "10":"a x #1",
  385. "11":"a x #1",
  386. "11.1":"a x #1",
  387. "11.5":"a x #1",
  388. "12":"y x",
  389. "12.1":"y",
  390. "59":"y"
  391. },
  392. "and_chr":{
  393. "85":"y"
  394. },
  395. "and_ff":{
  396. "79":"y"
  397. },
  398. "ie_mob":{
  399. "10":"y",
  400. "11":"y"
  401. },
  402. "and_uc":{
  403. "12.12":"y"
  404. },
  405. "samsung":{
  406. "4":"y",
  407. "5.0-5.4":"y",
  408. "6.2-6.4":"y",
  409. "7.2-7.4":"y",
  410. "8.2":"y",
  411. "9.2":"y",
  412. "10.1":"y",
  413. "11.1-11.2":"y",
  414. "12.0":"y"
  415. },
  416. "and_qq":{
  417. "10.4":"y"
  418. },
  419. "baidu":{
  420. "7.12":"y"
  421. },
  422. "kaios":{
  423. "2.5":"y"
  424. }
  425. },
  426. "notes":"Support listed is for `transition` properties as well as the `transitionend` event.",
  427. "notes_by_num":{
  428. "1":"Does not support the `steps()`, `step-start` & `step-end` timing functions"
  429. },
  430. "usage_perc_y":98.12,
  431. "usage_perc_a":0.14,
  432. "ucprefix":false,
  433. "parent":"",
  434. "keywords":"css transition,transitionend,transition-property,transition-duration,transition-timing-function,transition-delay,steps,step-start,step-end,cubic-bezier",
  435. "ie_id":"",
  436. "chrome_id":"",
  437. "firefox_id":"",
  438. "webkit_id":"",
  439. "shown":true
  440. }