css-animation.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. {
  2. "title":"CSS Animation",
  3. "description":"Complex method of animating certain properties of an element",
  4. "spec":"http://www.w3.org/TR/css3-animations/",
  5. "status":"wd",
  6. "links":[
  7. {
  8. "url":"http://robertnyman.com/2010/05/06/css3-animations/",
  9. "title":"Blog post on usage"
  10. },
  11. {
  12. "url":"https://www.webplatform.org/docs/css/properties/animations",
  13. "title":"WebPlatform Docs"
  14. }
  15. ],
  16. "bugs":[
  17. {
  18. "description":"'animation-fill-mode' property is not supported in Android browser below 2.3."
  19. },
  20. {
  21. "description":"iOS 6.1 and below do not support animation on pseudo-elements. iOS 7 and higher are reported to have buggy behavior with animating pseudo-elements."
  22. },
  23. {
  24. "description":"@keyframes not supported in an inline or scoped stylesheet in Firefox ([bug 830056](https://bugzilla.mozilla.org/show_bug.cgi?id=830056))"
  25. },
  26. {
  27. "description":"In Chrome `animation-fill-mode backwards` is wrong if `steps(x, start)` is used [see example](http://codepen.io/Fyrd/pen/jPPKpX)."
  28. },
  29. {
  30. "description":"IE10 and IE11 do not support CSS keyframe blocks inside media queries. Must be defined outside of media query definitions. [example](http://codepen.io/anon/pen/ZOodVd)"
  31. },
  32. {
  33. "description":"IE10 and IE11 on Windows 7 have a bug where translate transform values are always interpreted as pixels when used in animations [test case](http://codepen.io/flxsource/pen/jPYWoE)"
  34. },
  35. {
  36. "description":"IE10 and IE11 will not fire Animation events for pseudo element animations. See [example here](http://codepen.io/dogoku/pen/JRwbmL)"
  37. }
  38. ],
  39. "categories":[
  40. "CSS3"
  41. ],
  42. "stats":{
  43. "ie":{
  44. "5.5":"n",
  45. "6":"n",
  46. "7":"n",
  47. "8":"n",
  48. "9":"n",
  49. "10":"y",
  50. "11":"y"
  51. },
  52. "edge":{
  53. "12":"y",
  54. "13":"y",
  55. "14":"y",
  56. "15":"y"
  57. },
  58. "firefox":{
  59. "2":"n",
  60. "3":"n",
  61. "3.5":"n",
  62. "3.6":"n",
  63. "4":"n",
  64. "5":"y x",
  65. "6":"y x",
  66. "7":"y x",
  67. "8":"y x",
  68. "9":"y x",
  69. "10":"y x",
  70. "11":"y x",
  71. "12":"y x",
  72. "13":"y x",
  73. "14":"y x",
  74. "15":"y x",
  75. "16":"y",
  76. "17":"y",
  77. "18":"y",
  78. "19":"y",
  79. "20":"y",
  80. "21":"y",
  81. "22":"y",
  82. "23":"y",
  83. "24":"y",
  84. "25":"y",
  85. "26":"y",
  86. "27":"y",
  87. "28":"y",
  88. "29":"y",
  89. "30":"y",
  90. "31":"y",
  91. "32":"y",
  92. "33":"y",
  93. "34":"y",
  94. "35":"y",
  95. "36":"y",
  96. "37":"y",
  97. "38":"y",
  98. "39":"y",
  99. "40":"y",
  100. "41":"y",
  101. "42":"y",
  102. "43":"y",
  103. "44":"y",
  104. "45":"y",
  105. "46":"y",
  106. "47":"y",
  107. "48":"y",
  108. "49":"y",
  109. "50":"y",
  110. "51":"y",
  111. "52":"y",
  112. "53":"y",
  113. "54":"y",
  114. "55":"y"
  115. },
  116. "chrome":{
  117. "4":"y x",
  118. "5":"y x",
  119. "6":"y x",
  120. "7":"y x",
  121. "8":"y x",
  122. "9":"y x",
  123. "10":"y x",
  124. "11":"y x",
  125. "12":"y x",
  126. "13":"y x",
  127. "14":"y x",
  128. "15":"y x",
  129. "16":"y x",
  130. "17":"y x",
  131. "18":"y x",
  132. "19":"y x",
  133. "20":"y x",
  134. "21":"y x",
  135. "22":"y x",
  136. "23":"y x",
  137. "24":"y x",
  138. "25":"y x",
  139. "26":"y x",
  140. "27":"y x",
  141. "28":"y x",
  142. "29":"y x",
  143. "30":"y x",
  144. "31":"y x",
  145. "32":"y x",
  146. "33":"y x",
  147. "34":"y x",
  148. "35":"y x",
  149. "36":"y x",
  150. "37":"y x",
  151. "38":"y x",
  152. "39":"y x",
  153. "40":"y x",
  154. "41":"y x",
  155. "42":"y x",
  156. "43":"y",
  157. "44":"y",
  158. "45":"y",
  159. "46":"y",
  160. "47":"y",
  161. "48":"y",
  162. "49":"y",
  163. "50":"y",
  164. "51":"y",
  165. "52":"y",
  166. "53":"y",
  167. "54":"y",
  168. "55":"y",
  169. "56":"y",
  170. "57":"y",
  171. "58":"y",
  172. "59":"y",
  173. "60":"y"
  174. },
  175. "safari":{
  176. "3.1":"n",
  177. "3.2":"n",
  178. "4":"y x",
  179. "5":"y x",
  180. "5.1":"y x",
  181. "6":"y x",
  182. "6.1":"y x",
  183. "7":"y x",
  184. "7.1":"y x",
  185. "8":"y x",
  186. "9":"y",
  187. "9.1":"y",
  188. "10":"y",
  189. "10.1":"y",
  190. "TP":"y"
  191. },
  192. "opera":{
  193. "9":"n",
  194. "9.5-9.6":"n",
  195. "10.0-10.1":"n",
  196. "10.5":"n",
  197. "10.6":"n",
  198. "11":"n",
  199. "11.1":"n",
  200. "11.5":"n",
  201. "11.6":"n",
  202. "12":"y x",
  203. "12.1":"y",
  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",
  220. "31":"y",
  221. "32":"y",
  222. "33":"y",
  223. "34":"y",
  224. "35":"y",
  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. },
  237. "ios_saf":{
  238. "3.2":"y x",
  239. "4.0-4.1":"y x",
  240. "4.2-4.3":"y x",
  241. "5.0-5.1":"y x",
  242. "6.0-6.1":"y x",
  243. "7.0-7.1":"y x",
  244. "8":"y x",
  245. "8.1-8.4":"y x",
  246. "9.0-9.2":"y",
  247. "9.3":"y",
  248. "10.0-10.2":"y",
  249. "10.3":"y"
  250. },
  251. "op_mini":{
  252. "all":"n"
  253. },
  254. "android":{
  255. "2.1":"a x #1",
  256. "2.2":"a x #1",
  257. "2.3":"a x #1",
  258. "3":"a x #1",
  259. "4":"y x",
  260. "4.1":"y x",
  261. "4.2-4.3":"y x",
  262. "4.4":"y x",
  263. "4.4.3-4.4.4":"y x",
  264. "56":"y"
  265. },
  266. "bb":{
  267. "7":"y x",
  268. "10":"y x"
  269. },
  270. "op_mob":{
  271. "10":"n",
  272. "11":"n",
  273. "11.1":"n",
  274. "11.5":"n",
  275. "12":"n",
  276. "12.1":"y",
  277. "37":"y"
  278. },
  279. "and_chr":{
  280. "57":"y"
  281. },
  282. "and_ff":{
  283. "52":"y"
  284. },
  285. "ie_mob":{
  286. "10":"y",
  287. "11":"y"
  288. },
  289. "and_uc":{
  290. "11.4":"y x"
  291. },
  292. "samsung":{
  293. "4":"y"
  294. },
  295. "and_qq":{
  296. "1.2":"y x"
  297. }
  298. },
  299. "notes":"",
  300. "notes_by_num":{
  301. "1":"Partial support in Android browser refers to buggy behavior in different scenarios."
  302. },
  303. "usage_perc_y":94.62,
  304. "usage_perc_a":0,
  305. "ucprefix":false,
  306. "parent":"",
  307. "keywords":"animations,css-animations,animation-name,animation-duration,animation-delay,animation-timing-function,@keyframes,animationstart,animationend,animationiteration,css3 animation",
  308. "ie_id":"",
  309. "chrome_id":"",
  310. "firefox_id":"",
  311. "webkit_id":"",
  312. "shown":true
  313. }