css-animation.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  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":"http://www.css3files.com/animation/",
  13. "title":"Information page"
  14. },
  15. {
  16. "url":"http://docs.webplatform.org/wiki/css/properties/animations",
  17. "title":"WebPlatform Docs"
  18. }
  19. ],
  20. "bugs":[
  21. {
  22. "description":"'animation-fill-mode' property is not supported in Android browser below 2.3."
  23. },
  24. {
  25. "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."
  26. },
  27. {
  28. "description":"@keyframes not supported in an inline or scoped stylesheet in Firefox (bug 830056)"
  29. },
  30. {
  31. "description":"In Chrome `animation-fill-mode backwards` is wrong if `steps(x, start)` is used [see example](http://codepen.io/Fyrd/pen/jPPKpX)."
  32. },
  33. {
  34. "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)"
  35. },
  36. {
  37. "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)"
  38. },
  39. {
  40. "description":"IE10 and IE11 will not fire Animation events for pseudo element animations. See [example here](http://codepen.io/dogoku/pen/JRwbmL)"
  41. }
  42. ],
  43. "categories":[
  44. "CSS3"
  45. ],
  46. "stats":{
  47. "ie":{
  48. "5.5":"n",
  49. "6":"n",
  50. "7":"n",
  51. "8":"n",
  52. "9":"n",
  53. "10":"y",
  54. "11":"y"
  55. },
  56. "edge":{
  57. "12":"y",
  58. "13":"y",
  59. "14":"y"
  60. },
  61. "firefox":{
  62. "2":"n",
  63. "3":"n",
  64. "3.5":"n",
  65. "3.6":"n",
  66. "4":"n",
  67. "5":"y x",
  68. "6":"y x",
  69. "7":"y x",
  70. "8":"y x",
  71. "9":"y x",
  72. "10":"y x",
  73. "11":"y x",
  74. "12":"y x",
  75. "13":"y x",
  76. "14":"y x",
  77. "15":"y x",
  78. "16":"y",
  79. "17":"y",
  80. "18":"y",
  81. "19":"y",
  82. "20":"y",
  83. "21":"y",
  84. "22":"y",
  85. "23":"y",
  86. "24":"y",
  87. "25":"y",
  88. "26":"y",
  89. "27":"y",
  90. "28":"y",
  91. "29":"y",
  92. "30":"y",
  93. "31":"y",
  94. "32":"y",
  95. "33":"y",
  96. "34":"y",
  97. "35":"y",
  98. "36":"y",
  99. "37":"y",
  100. "38":"y",
  101. "39":"y",
  102. "40":"y",
  103. "41":"y",
  104. "42":"y",
  105. "43":"y",
  106. "44":"y",
  107. "45":"y",
  108. "46":"y",
  109. "47":"y",
  110. "48":"y",
  111. "49":"y",
  112. "50":"y",
  113. "51":"y",
  114. "52":"y",
  115. "53":"y"
  116. },
  117. "chrome":{
  118. "4":"y x",
  119. "5":"y x",
  120. "6":"y x",
  121. "7":"y x",
  122. "8":"y x",
  123. "9":"y x",
  124. "10":"y x",
  125. "11":"y x",
  126. "12":"y x",
  127. "13":"y x",
  128. "14":"y x",
  129. "15":"y x",
  130. "16":"y x",
  131. "17":"y x",
  132. "18":"y x",
  133. "19":"y x",
  134. "20":"y x",
  135. "21":"y x",
  136. "22":"y x",
  137. "23":"y x",
  138. "24":"y x",
  139. "25":"y x",
  140. "26":"y x",
  141. "27":"y x",
  142. "28":"y x",
  143. "29":"y x",
  144. "30":"y x",
  145. "31":"y x",
  146. "32":"y x",
  147. "33":"y x",
  148. "34":"y x",
  149. "35":"y x",
  150. "36":"y x",
  151. "37":"y x",
  152. "38":"y x",
  153. "39":"y x",
  154. "40":"y x",
  155. "41":"y x",
  156. "42":"y x",
  157. "43":"y",
  158. "44":"y",
  159. "45":"y",
  160. "46":"y",
  161. "47":"y",
  162. "48":"y",
  163. "49":"y",
  164. "50":"y",
  165. "51":"y",
  166. "52":"y",
  167. "53":"y",
  168. "54":"y",
  169. "55":"y",
  170. "56":"y",
  171. "57":"y"
  172. },
  173. "safari":{
  174. "3.1":"n",
  175. "3.2":"n",
  176. "4":"y x",
  177. "5":"y x",
  178. "5.1":"y x",
  179. "6":"y x",
  180. "6.1":"y x",
  181. "7":"y x",
  182. "7.1":"y x",
  183. "8":"y x",
  184. "9":"y",
  185. "9.1":"y",
  186. "10":"y",
  187. "TP":"y"
  188. },
  189. "opera":{
  190. "9":"n",
  191. "9.5-9.6":"n",
  192. "10.0-10.1":"n",
  193. "10.5":"n",
  194. "10.6":"n",
  195. "11":"n",
  196. "11.1":"n",
  197. "11.5":"n",
  198. "11.6":"n",
  199. "12":"y x",
  200. "12.1":"y",
  201. "15":"y x",
  202. "16":"y x",
  203. "17":"y x",
  204. "18":"y x",
  205. "19":"y x",
  206. "20":"y x",
  207. "21":"y x",
  208. "22":"y x",
  209. "23":"y x",
  210. "24":"y x",
  211. "25":"y x",
  212. "26":"y x",
  213. "27":"y x",
  214. "28":"y x",
  215. "29":"y x",
  216. "30":"y",
  217. "31":"y",
  218. "32":"y",
  219. "33":"y",
  220. "34":"y",
  221. "35":"y",
  222. "36":"y",
  223. "37":"y",
  224. "38":"y",
  225. "39":"y",
  226. "40":"y",
  227. "41":"y",
  228. "42":"y",
  229. "43":"y"
  230. },
  231. "ios_saf":{
  232. "3.2":"y x",
  233. "4.0-4.1":"y x",
  234. "4.2-4.3":"y x",
  235. "5.0-5.1":"y x",
  236. "6.0-6.1":"y x",
  237. "7.0-7.1":"y x",
  238. "8":"y x",
  239. "8.1-8.4":"y x",
  240. "9.0-9.2":"y",
  241. "9.3":"y",
  242. "10-10.1":"y"
  243. },
  244. "op_mini":{
  245. "all":"n"
  246. },
  247. "android":{
  248. "2.1":"a x #1",
  249. "2.2":"a x #1",
  250. "2.3":"a x #1",
  251. "3":"a x #1",
  252. "4":"y x",
  253. "4.1":"y x",
  254. "4.2-4.3":"y x",
  255. "4.4":"y x",
  256. "4.4.3-4.4.4":"y x",
  257. "53":"y"
  258. },
  259. "bb":{
  260. "7":"y x",
  261. "10":"y x"
  262. },
  263. "op_mob":{
  264. "10":"n",
  265. "11":"n",
  266. "11.1":"n",
  267. "11.5":"n",
  268. "12":"n",
  269. "12.1":"y",
  270. "37":"y"
  271. },
  272. "and_chr":{
  273. "54":"y"
  274. },
  275. "and_ff":{
  276. "50":"y"
  277. },
  278. "ie_mob":{
  279. "10":"y",
  280. "11":"y"
  281. },
  282. "and_uc":{
  283. "11":"y x"
  284. },
  285. "samsung":{
  286. "4":"y"
  287. }
  288. },
  289. "notes":"",
  290. "notes_by_num":{
  291. "1":"Partial support in Android browser refers to buggy behavior in different scenarios."
  292. },
  293. "usage_perc_y":93.09,
  294. "usage_perc_a":0.01,
  295. "ucprefix":false,
  296. "parent":"",
  297. "keywords":"animations,css-animations,animation-name,animation-duration,animation-delay,animation-timing-function,@keyframes,animationstart,animationend,animationiteration,css3 animation",
  298. "ie_id":"",
  299. "chrome_id":"",
  300. "firefox_id":"",
  301. "webkit_id":"",
  302. "shown":true
  303. }