Bez popisu

css-transitions.json 6.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  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. "categories":[
  45. "CSS3"
  46. ],
  47. "stats":{
  48. "ie":{
  49. "5.5":"n",
  50. "6":"n",
  51. "7":"n",
  52. "8":"n",
  53. "9":"n",
  54. "10":"y",
  55. "11":"y"
  56. },
  57. "edge":{
  58. "12":"y",
  59. "13":"y",
  60. "14":"y",
  61. "15":"y",
  62. "16":"y",
  63. "17":"y"
  64. },
  65. "firefox":{
  66. "2":"n",
  67. "3":"n",
  68. "3.5":"n",
  69. "3.6":"n",
  70. "4":"a x #1",
  71. "5":"y x",
  72. "6":"y x",
  73. "7":"y x",
  74. "8":"y x",
  75. "9":"y x",
  76. "10":"y x",
  77. "11":"y x",
  78. "12":"y x",
  79. "13":"y x",
  80. "14":"y x",
  81. "15":"y x",
  82. "16":"y",
  83. "17":"y",
  84. "18":"y",
  85. "19":"y",
  86. "20":"y",
  87. "21":"y",
  88. "22":"y",
  89. "23":"y",
  90. "24":"y",
  91. "25":"y",
  92. "26":"y",
  93. "27":"y",
  94. "28":"y",
  95. "29":"y",
  96. "30":"y",
  97. "31":"y",
  98. "32":"y",
  99. "33":"y",
  100. "34":"y",
  101. "35":"y",
  102. "36":"y",
  103. "37":"y",
  104. "38":"y",
  105. "39":"y",
  106. "40":"y",
  107. "41":"y",
  108. "42":"y",
  109. "43":"y",
  110. "44":"y",
  111. "45":"y",
  112. "46":"y",
  113. "47":"y",
  114. "48":"y",
  115. "49":"y",
  116. "50":"y",
  117. "51":"y",
  118. "52":"y",
  119. "53":"y",
  120. "54":"y",
  121. "55":"y",
  122. "56":"y",
  123. "57":"y",
  124. "58":"y",
  125. "59":"y",
  126. "60":"y",
  127. "61":"y"
  128. },
  129. "chrome":{
  130. "4":"y x",
  131. "5":"y x",
  132. "6":"y x",
  133. "7":"y x",
  134. "8":"y x",
  135. "9":"y x",
  136. "10":"y x",
  137. "11":"y x",
  138. "12":"y x",
  139. "13":"y x",
  140. "14":"y x",
  141. "15":"y x",
  142. "16":"y x",
  143. "17":"y x",
  144. "18":"y x",
  145. "19":"y x",
  146. "20":"y x",
  147. "21":"y x",
  148. "22":"y x",
  149. "23":"y x",
  150. "24":"y x",
  151. "25":"y x",
  152. "26":"y",
  153. "27":"y",
  154. "28":"y",
  155. "29":"y",
  156. "30":"y",
  157. "31":"y",
  158. "32":"y",
  159. "33":"y",
  160. "34":"y",
  161. "35":"y",
  162. "36":"y",
  163. "37":"y",
  164. "38":"y",
  165. "39":"y",
  166. "40":"y",
  167. "41":"y",
  168. "42":"y",
  169. "43":"y",
  170. "44":"y",
  171. "45":"y",
  172. "46":"y",
  173. "47":"y",
  174. "48":"y",
  175. "49":"y",
  176. "50":"y",
  177. "51":"y",
  178. "52":"y",
  179. "53":"y",
  180. "54":"y",
  181. "55":"y",
  182. "56":"y",
  183. "57":"y",
  184. "58":"y",
  185. "59":"y",
  186. "60":"y",
  187. "61":"y",
  188. "62":"y",
  189. "63":"y",
  190. "64":"y",
  191. "65":"y",
  192. "66":"y",
  193. "67":"y"
  194. },
  195. "safari":{
  196. "3.1":"a x #1",
  197. "3.2":"a x #1",
  198. "4":"a x #1",
  199. "5":"a x #1",
  200. "5.1":"y x",
  201. "6":"y x",
  202. "6.1":"y",
  203. "7":"y",
  204. "7.1":"y",
  205. "8":"y",
  206. "9":"y",
  207. "9.1":"y",
  208. "10":"y",
  209. "10.1":"y",
  210. "11":"y",
  211. "11.1":"y",
  212. "TP":"y"
  213. },
  214. "opera":{
  215. "9":"n",
  216. "9.5-9.6":"n",
  217. "10.0-10.1":"n",
  218. "10.5":"a x #1",
  219. "10.6":"a x #1",
  220. "11":"a x #1",
  221. "11.1":"a x #1",
  222. "11.5":"a x #1",
  223. "11.6":"a x #1",
  224. "12":"y x",
  225. "12.1":"y",
  226. "15":"y",
  227. "16":"y",
  228. "17":"y",
  229. "18":"y",
  230. "19":"y",
  231. "20":"y",
  232. "21":"y",
  233. "22":"y",
  234. "23":"y",
  235. "24":"y",
  236. "25":"y",
  237. "26":"y",
  238. "27":"y",
  239. "28":"y",
  240. "29":"y",
  241. "30":"y",
  242. "31":"y",
  243. "32":"y",
  244. "33":"y",
  245. "34":"y",
  246. "35":"y",
  247. "36":"y",
  248. "37":"y",
  249. "38":"y",
  250. "39":"y",
  251. "40":"y",
  252. "41":"y",
  253. "42":"y",
  254. "43":"y",
  255. "44":"y",
  256. "45":"y",
  257. "46":"y",
  258. "47":"y",
  259. "48":"y",
  260. "49":"y",
  261. "50":"y",
  262. "51":"y",
  263. "52":"y"
  264. },
  265. "ios_saf":{
  266. "3.2":"a x #1",
  267. "4.0-4.1":"a x #1",
  268. "4.2-4.3":"a x #1",
  269. "5.0-5.1":"a x #1",
  270. "6.0-6.1":"y x",
  271. "7.0-7.1":"y",
  272. "8":"y",
  273. "8.1-8.4":"y",
  274. "9.0-9.2":"y",
  275. "9.3":"y",
  276. "10.0-10.2":"y",
  277. "10.3":"y",
  278. "11.0-11.2":"y",
  279. "11.3":"y"
  280. },
  281. "op_mini":{
  282. "all":"n"
  283. },
  284. "android":{
  285. "2.1":"y x",
  286. "2.2":"y x",
  287. "2.3":"y x",
  288. "3":"y x",
  289. "4":"y x",
  290. "4.1":"y x",
  291. "4.2-4.3":"y x",
  292. "4.4":"y",
  293. "4.4.3-4.4.4":"y",
  294. "62":"y"
  295. },
  296. "bb":{
  297. "7":"y x",
  298. "10":"y"
  299. },
  300. "op_mob":{
  301. "10":"a x #1",
  302. "11":"a x #1",
  303. "11.1":"a x #1",
  304. "11.5":"a x #1",
  305. "12":"y x",
  306. "12.1":"y",
  307. "37":"y"
  308. },
  309. "and_chr":{
  310. "64":"y"
  311. },
  312. "and_ff":{
  313. "57":"y"
  314. },
  315. "ie_mob":{
  316. "10":"y",
  317. "11":"y"
  318. },
  319. "and_uc":{
  320. "11.8":"y"
  321. },
  322. "samsung":{
  323. "4":"y",
  324. "5":"y",
  325. "6.2":"y"
  326. },
  327. "and_qq":{
  328. "1.2":"y"
  329. },
  330. "baidu":{
  331. "7.12":"y"
  332. }
  333. },
  334. "notes":"Support listed is for `transition` properties as well as the `transitionend` event.",
  335. "notes_by_num":{
  336. "1":"Does not support the `steps()`, `step-start` & `step-end` timing functions"
  337. },
  338. "usage_perc_y":94.7,
  339. "usage_perc_a":0.15,
  340. "ucprefix":false,
  341. "parent":"",
  342. "keywords":"css transition,transitionend,transition-property,transition-duration,transition-timing-function,transition-delay,steps,step-start,step-end,cubic-bezier",
  343. "ie_id":"",
  344. "chrome_id":"",
  345. "firefox_id":"",
  346. "webkit_id":"",
  347. "shown":true
  348. }