css-animation.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. {
  2. "title":"CSS Animation",
  3. "description":"Complex method of animating certain properties of an element",
  4. "spec":"https://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](https://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](https://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](https://codepen.io/flxsource/pen/jPYWoE)"
  34. },
  35. {
  36. "description":"IE10 and IE11 will not fire Animation events for pseudo element animations. See [example here](https://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. "16":"y",
  58. "17":"y",
  59. "18":"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. "54":"y",
  117. "55":"y",
  118. "56":"y",
  119. "57":"y",
  120. "58":"y",
  121. "59":"y",
  122. "60":"y",
  123. "61":"y",
  124. "62":"y",
  125. "63":"y",
  126. "64":"y",
  127. "65":"y",
  128. "66":"y"
  129. },
  130. "chrome":{
  131. "4":"y x",
  132. "5":"y x",
  133. "6":"y x",
  134. "7":"y x",
  135. "8":"y x",
  136. "9":"y x",
  137. "10":"y x",
  138. "11":"y x",
  139. "12":"y x",
  140. "13":"y x",
  141. "14":"y x",
  142. "15":"y x",
  143. "16":"y x",
  144. "17":"y x",
  145. "18":"y x",
  146. "19":"y x",
  147. "20":"y x",
  148. "21":"y x",
  149. "22":"y x",
  150. "23":"y x",
  151. "24":"y x",
  152. "25":"y x",
  153. "26":"y x",
  154. "27":"y x",
  155. "28":"y x",
  156. "29":"y x",
  157. "30":"y x",
  158. "31":"y x",
  159. "32":"y x",
  160. "33":"y x",
  161. "34":"y x",
  162. "35":"y x",
  163. "36":"y x",
  164. "37":"y x",
  165. "38":"y x",
  166. "39":"y x",
  167. "40":"y x",
  168. "41":"y x",
  169. "42":"y x",
  170. "43":"y",
  171. "44":"y",
  172. "45":"y",
  173. "46":"y",
  174. "47":"y",
  175. "48":"y",
  176. "49":"y",
  177. "50":"y",
  178. "51":"y",
  179. "52":"y",
  180. "53":"y",
  181. "54":"y",
  182. "55":"y",
  183. "56":"y",
  184. "57":"y",
  185. "58":"y",
  186. "59":"y",
  187. "60":"y",
  188. "61":"y",
  189. "62":"y",
  190. "63":"y",
  191. "64":"y",
  192. "65":"y",
  193. "66":"y",
  194. "67":"y",
  195. "68":"y",
  196. "69":"y",
  197. "70":"y",
  198. "71":"y",
  199. "72":"y",
  200. "73":"y",
  201. "74":"y"
  202. },
  203. "safari":{
  204. "3.1":"n",
  205. "3.2":"n",
  206. "4":"a x #2",
  207. "5":"a x #2",
  208. "5.1":"y x",
  209. "6":"y x",
  210. "6.1":"y x",
  211. "7":"y x",
  212. "7.1":"y x",
  213. "8":"y x",
  214. "9":"y",
  215. "9.1":"y",
  216. "10":"y",
  217. "10.1":"y",
  218. "11":"y",
  219. "11.1":"y",
  220. "12":"y",
  221. "TP":"y"
  222. },
  223. "opera":{
  224. "9":"n",
  225. "9.5-9.6":"n",
  226. "10.0-10.1":"n",
  227. "10.5":"n",
  228. "10.6":"n",
  229. "11":"n",
  230. "11.1":"n",
  231. "11.5":"n",
  232. "11.6":"n",
  233. "12":"y x",
  234. "12.1":"y",
  235. "15":"y x",
  236. "16":"y x",
  237. "17":"y x",
  238. "18":"y x",
  239. "19":"y x",
  240. "20":"y x",
  241. "21":"y x",
  242. "22":"y x",
  243. "23":"y x",
  244. "24":"y x",
  245. "25":"y x",
  246. "26":"y x",
  247. "27":"y x",
  248. "28":"y x",
  249. "29":"y x",
  250. "30":"y",
  251. "31":"y",
  252. "32":"y",
  253. "33":"y",
  254. "34":"y",
  255. "35":"y",
  256. "36":"y",
  257. "37":"y",
  258. "38":"y",
  259. "39":"y",
  260. "40":"y",
  261. "41":"y",
  262. "42":"y",
  263. "43":"y",
  264. "44":"y",
  265. "45":"y",
  266. "46":"y",
  267. "47":"y",
  268. "48":"y",
  269. "49":"y",
  270. "50":"y",
  271. "51":"y",
  272. "52":"y",
  273. "53":"y",
  274. "54":"y",
  275. "55":"y",
  276. "56":"y",
  277. "57":"y"
  278. },
  279. "ios_saf":{
  280. "3.2":"a x #1",
  281. "4.0-4.1":"a x #1",
  282. "4.2-4.3":"a x #1",
  283. "5.0-5.1":"a x #1",
  284. "6.0-6.1":"y x",
  285. "7.0-7.1":"y x",
  286. "8":"y x",
  287. "8.1-8.4":"y x",
  288. "9.0-9.2":"y",
  289. "9.3":"y",
  290. "10.0-10.2":"y",
  291. "10.3":"y",
  292. "11.0-11.2":"y",
  293. "11.3-11.4":"y",
  294. "12.0-12.1":"y"
  295. },
  296. "op_mini":{
  297. "all":"n"
  298. },
  299. "android":{
  300. "2.1":"a x #1",
  301. "2.2":"a x #1",
  302. "2.3":"a x #1",
  303. "3":"a x #1",
  304. "4":"y x",
  305. "4.1":"y x",
  306. "4.2-4.3":"y x",
  307. "4.4":"y x",
  308. "4.4.3-4.4.4":"y x",
  309. "67":"y"
  310. },
  311. "bb":{
  312. "7":"y x",
  313. "10":"y x"
  314. },
  315. "op_mob":{
  316. "10":"n",
  317. "11":"n",
  318. "11.1":"n",
  319. "11.5":"n",
  320. "12":"n",
  321. "12.1":"y",
  322. "46":"y"
  323. },
  324. "and_chr":{
  325. "70":"y"
  326. },
  327. "and_ff":{
  328. "63":"y"
  329. },
  330. "ie_mob":{
  331. "10":"y",
  332. "11":"y"
  333. },
  334. "and_uc":{
  335. "11.8":"y"
  336. },
  337. "samsung":{
  338. "4":"y",
  339. "5":"y",
  340. "6.2":"y",
  341. "7.2":"y"
  342. },
  343. "and_qq":{
  344. "1.2":"y x"
  345. },
  346. "baidu":{
  347. "7.12":"y"
  348. }
  349. },
  350. "notes":"",
  351. "notes_by_num":{
  352. "1":"Partial support in Android browser refers to buggy behavior in different scenarios.",
  353. "2":"Does not support the `steps()`, `step-start` & `step-end` timing functions"
  354. },
  355. "usage_perc_y":93.35,
  356. "usage_perc_a":0.05,
  357. "ucprefix":false,
  358. "parent":"",
  359. "keywords":"animations,css-animations,animation-name,animation-duration,animation-delay,animation-timing-function,@keyframes,animationstart,animationend,animationiteration,css3 animation,steps,step-start,step-end,cubic-bezier",
  360. "ie_id":"",
  361. "chrome_id":"",
  362. "firefox_id":"",
  363. "webkit_id":"",
  364. "shown":true
  365. }