css-transitions.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  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":"http://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.css3files.com/transition/",
  13. "title":"Information page"
  14. },
  15. {
  16. "url":"http://www.the-art-of-web.com/css/timing-function/",
  17. "title":"Examples on timing functions"
  18. },
  19. {
  20. "url":"http://www.opera.com/docs/specs/presto2.12/css/transitions/",
  21. "title":"Animation of property types support in Opera"
  22. },
  23. {
  24. "url":"http://docs.webplatform.org/wiki/css/properties/transition",
  25. "title":"WebPlatform Docs"
  26. }
  27. ],
  28. "bugs":[
  29. {
  30. "description":"Not supported on any pseudo-elements besides ::before and ::after for Firefox, Chrome 26+, Opera 16+ and IE10+."
  31. },
  32. {
  33. "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)"
  34. },
  35. {
  36. "description":"'background-size' is not supported below and including IE10"
  37. },
  38. {
  39. "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."
  40. },
  41. {
  42. "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."
  43. },
  44. {
  45. "description":"IE10 & IE11 are reported to not support transitioning the `column-count` property."
  46. }
  47. ],
  48. "categories":[
  49. "CSS3"
  50. ],
  51. "stats":{
  52. "ie":{
  53. "5.5":"n",
  54. "6":"n",
  55. "7":"n",
  56. "8":"n",
  57. "9":"n",
  58. "10":"y",
  59. "11":"y"
  60. },
  61. "edge":{
  62. "12":"y",
  63. "13":"y",
  64. "14":"y"
  65. },
  66. "firefox":{
  67. "2":"n",
  68. "3":"n",
  69. "3.5":"n",
  70. "3.6":"n",
  71. "4":"y x",
  72. "5":"y x",
  73. "6":"y x",
  74. "7":"y x",
  75. "8":"y x",
  76. "9":"y x",
  77. "10":"y x",
  78. "11":"y x",
  79. "12":"y x",
  80. "13":"y x",
  81. "14":"y x",
  82. "15":"y x",
  83. "16":"y",
  84. "17":"y",
  85. "18":"y",
  86. "19":"y",
  87. "20":"y",
  88. "21":"y",
  89. "22":"y",
  90. "23":"y",
  91. "24":"y",
  92. "25":"y",
  93. "26":"y",
  94. "27":"y",
  95. "28":"y",
  96. "29":"y",
  97. "30":"y",
  98. "31":"y",
  99. "32":"y",
  100. "33":"y",
  101. "34":"y",
  102. "35":"y",
  103. "36":"y",
  104. "37":"y",
  105. "38":"y",
  106. "39":"y",
  107. "40":"y",
  108. "41":"y",
  109. "42":"y",
  110. "43":"y",
  111. "44":"y",
  112. "45":"y",
  113. "46":"y",
  114. "47":"y",
  115. "48":"y",
  116. "49":"y",
  117. "50":"y",
  118. "51":"y",
  119. "52":"y",
  120. "53":"y"
  121. },
  122. "chrome":{
  123. "4":"y x",
  124. "5":"y x",
  125. "6":"y x",
  126. "7":"y x",
  127. "8":"y x",
  128. "9":"y x",
  129. "10":"y x",
  130. "11":"y x",
  131. "12":"y x",
  132. "13":"y x",
  133. "14":"y x",
  134. "15":"y x",
  135. "16":"y x",
  136. "17":"y x",
  137. "18":"y x",
  138. "19":"y x",
  139. "20":"y x",
  140. "21":"y x",
  141. "22":"y x",
  142. "23":"y x",
  143. "24":"y x",
  144. "25":"y x",
  145. "26":"y",
  146. "27":"y",
  147. "28":"y",
  148. "29":"y",
  149. "30":"y",
  150. "31":"y",
  151. "32":"y",
  152. "33":"y",
  153. "34":"y",
  154. "35":"y",
  155. "36":"y",
  156. "37":"y",
  157. "38":"y",
  158. "39":"y",
  159. "40":"y",
  160. "41":"y",
  161. "42":"y",
  162. "43":"y",
  163. "44":"y",
  164. "45":"y",
  165. "46":"y",
  166. "47":"y",
  167. "48":"y",
  168. "49":"y",
  169. "50":"y",
  170. "51":"y",
  171. "52":"y",
  172. "53":"y",
  173. "54":"y",
  174. "55":"y",
  175. "56":"y",
  176. "57":"y"
  177. },
  178. "safari":{
  179. "3.1":"y x",
  180. "3.2":"y x",
  181. "4":"y x",
  182. "5":"y x",
  183. "5.1":"y x",
  184. "6":"y x",
  185. "6.1":"y",
  186. "7":"y",
  187. "7.1":"y",
  188. "8":"y",
  189. "9":"y",
  190. "9.1":"y",
  191. "10":"y",
  192. "TP":"y"
  193. },
  194. "opera":{
  195. "9":"n",
  196. "9.5-9.6":"n",
  197. "10.0-10.1":"n",
  198. "10.5":"y x",
  199. "10.6":"y x",
  200. "11":"y x",
  201. "11.1":"y x",
  202. "11.5":"y x",
  203. "11.6":"y x",
  204. "12":"y x",
  205. "12.1":"y",
  206. "15":"y",
  207. "16":"y",
  208. "17":"y",
  209. "18":"y",
  210. "19":"y",
  211. "20":"y",
  212. "21":"y",
  213. "22":"y",
  214. "23":"y",
  215. "24":"y",
  216. "25":"y",
  217. "26":"y",
  218. "27":"y",
  219. "28":"y",
  220. "29":"y",
  221. "30":"y",
  222. "31":"y",
  223. "32":"y",
  224. "33":"y",
  225. "34":"y",
  226. "35":"y",
  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. },
  236. "ios_saf":{
  237. "3.2":"y x",
  238. "4.0-4.1":"y x",
  239. "4.2-4.3":"y x",
  240. "5.0-5.1":"y x",
  241. "6.0-6.1":"y x",
  242. "7.0-7.1":"y",
  243. "8":"y",
  244. "8.1-8.4":"y",
  245. "9.0-9.2":"y",
  246. "9.3":"y",
  247. "10-10.1":"y"
  248. },
  249. "op_mini":{
  250. "all":"n"
  251. },
  252. "android":{
  253. "2.1":"y x",
  254. "2.2":"y x",
  255. "2.3":"y x",
  256. "3":"y x",
  257. "4":"y x",
  258. "4.1":"y x",
  259. "4.2-4.3":"y x",
  260. "4.4":"y",
  261. "4.4.3-4.4.4":"y",
  262. "53":"y"
  263. },
  264. "bb":{
  265. "7":"y x",
  266. "10":"y"
  267. },
  268. "op_mob":{
  269. "10":"y x",
  270. "11":"y x",
  271. "11.1":"y x",
  272. "11.5":"y x",
  273. "12":"y x",
  274. "12.1":"y",
  275. "37":"y"
  276. },
  277. "and_chr":{
  278. "54":"y"
  279. },
  280. "and_ff":{
  281. "50":"y"
  282. },
  283. "ie_mob":{
  284. "10":"y",
  285. "11":"y"
  286. },
  287. "and_uc":{
  288. "11":"y x"
  289. },
  290. "samsung":{
  291. "4":"y"
  292. }
  293. },
  294. "notes":"Support listed is for `transition` properties as well as the `transitionend` event. The prefixed name in WebKit browsers is `webkitTransitionEnd`",
  295. "notes_by_num":{
  296. },
  297. "usage_perc_y":93.17,
  298. "usage_perc_a":0,
  299. "ucprefix":false,
  300. "parent":"",
  301. "keywords":"css transition,transitionend,transition-property,transition-duration,transition-timing-function,transition-delay",
  302. "ie_id":"",
  303. "chrome_id":"",
  304. "firefox_id":"",
  305. "webkit_id":"",
  306. "shown":true
  307. }