css-animation.json 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  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. "79":"y",
  61. "80":"y",
  62. "81":"y",
  63. "83":"y",
  64. "84":"y",
  65. "85":"y",
  66. "86":"y"
  67. },
  68. "firefox":{
  69. "2":"n",
  70. "3":"n",
  71. "3.5":"n",
  72. "3.6":"n",
  73. "4":"n",
  74. "5":"y x",
  75. "6":"y x",
  76. "7":"y x",
  77. "8":"y x",
  78. "9":"y x",
  79. "10":"y x",
  80. "11":"y x",
  81. "12":"y x",
  82. "13":"y x",
  83. "14":"y x",
  84. "15":"y x",
  85. "16":"y",
  86. "17":"y",
  87. "18":"y",
  88. "19":"y",
  89. "20":"y",
  90. "21":"y",
  91. "22":"y",
  92. "23":"y",
  93. "24":"y",
  94. "25":"y",
  95. "26":"y",
  96. "27":"y",
  97. "28":"y",
  98. "29":"y",
  99. "30":"y",
  100. "31":"y",
  101. "32":"y",
  102. "33":"y",
  103. "34":"y",
  104. "35":"y",
  105. "36":"y",
  106. "37":"y",
  107. "38":"y",
  108. "39":"y",
  109. "40":"y",
  110. "41":"y",
  111. "42":"y",
  112. "43":"y",
  113. "44":"y",
  114. "45":"y",
  115. "46":"y",
  116. "47":"y",
  117. "48":"y",
  118. "49":"y",
  119. "50":"y",
  120. "51":"y",
  121. "52":"y",
  122. "53":"y",
  123. "54":"y",
  124. "55":"y",
  125. "56":"y",
  126. "57":"y",
  127. "58":"y",
  128. "59":"y",
  129. "60":"y",
  130. "61":"y",
  131. "62":"y",
  132. "63":"y",
  133. "64":"y",
  134. "65":"y",
  135. "66":"y",
  136. "67":"y",
  137. "68":"y",
  138. "69":"y",
  139. "70":"y",
  140. "71":"y",
  141. "72":"y",
  142. "73":"y",
  143. "74":"y",
  144. "75":"y",
  145. "76":"y",
  146. "77":"y",
  147. "78":"y",
  148. "79":"y",
  149. "80":"y",
  150. "81":"y",
  151. "82":"y",
  152. "83":"y"
  153. },
  154. "chrome":{
  155. "4":"y x",
  156. "5":"y x",
  157. "6":"y x",
  158. "7":"y x",
  159. "8":"y x",
  160. "9":"y x",
  161. "10":"y x",
  162. "11":"y x",
  163. "12":"y x",
  164. "13":"y x",
  165. "14":"y x",
  166. "15":"y x",
  167. "16":"y x",
  168. "17":"y x",
  169. "18":"y x",
  170. "19":"y x",
  171. "20":"y x",
  172. "21":"y x",
  173. "22":"y x",
  174. "23":"y x",
  175. "24":"y x",
  176. "25":"y x",
  177. "26":"y x",
  178. "27":"y x",
  179. "28":"y x",
  180. "29":"y x",
  181. "30":"y x",
  182. "31":"y x",
  183. "32":"y x",
  184. "33":"y x",
  185. "34":"y x",
  186. "35":"y x",
  187. "36":"y x",
  188. "37":"y x",
  189. "38":"y x",
  190. "39":"y x",
  191. "40":"y x",
  192. "41":"y x",
  193. "42":"y x",
  194. "43":"y",
  195. "44":"y",
  196. "45":"y",
  197. "46":"y",
  198. "47":"y",
  199. "48":"y",
  200. "49":"y",
  201. "50":"y",
  202. "51":"y",
  203. "52":"y",
  204. "53":"y",
  205. "54":"y",
  206. "55":"y",
  207. "56":"y",
  208. "57":"y",
  209. "58":"y",
  210. "59":"y",
  211. "60":"y",
  212. "61":"y",
  213. "62":"y",
  214. "63":"y",
  215. "64":"y",
  216. "65":"y",
  217. "66":"y",
  218. "67":"y",
  219. "68":"y",
  220. "69":"y",
  221. "70":"y",
  222. "71":"y",
  223. "72":"y",
  224. "73":"y",
  225. "74":"y",
  226. "75":"y",
  227. "76":"y",
  228. "77":"y",
  229. "78":"y",
  230. "79":"y",
  231. "80":"y",
  232. "81":"y",
  233. "83":"y",
  234. "84":"y",
  235. "85":"y",
  236. "86":"y",
  237. "87":"y",
  238. "88":"y",
  239. "89":"y"
  240. },
  241. "safari":{
  242. "3.1":"n",
  243. "3.2":"n",
  244. "4":"a x #2",
  245. "5":"a x #2",
  246. "5.1":"y x",
  247. "6":"y x",
  248. "6.1":"y x",
  249. "7":"y x",
  250. "7.1":"y x",
  251. "8":"y x",
  252. "9":"y",
  253. "9.1":"y",
  254. "10":"y",
  255. "10.1":"y",
  256. "11":"y",
  257. "11.1":"y",
  258. "12":"y",
  259. "12.1":"y",
  260. "13":"y",
  261. "13.1":"y",
  262. "14":"y",
  263. "TP":"y"
  264. },
  265. "opera":{
  266. "9":"n",
  267. "9.5-9.6":"n",
  268. "10.0-10.1":"n",
  269. "10.5":"n",
  270. "10.6":"n",
  271. "11":"n",
  272. "11.1":"n",
  273. "11.5":"n",
  274. "11.6":"n",
  275. "12":"y x",
  276. "12.1":"y",
  277. "15":"y x",
  278. "16":"y x",
  279. "17":"y x",
  280. "18":"y x",
  281. "19":"y x",
  282. "20":"y x",
  283. "21":"y x",
  284. "22":"y x",
  285. "23":"y x",
  286. "24":"y x",
  287. "25":"y x",
  288. "26":"y x",
  289. "27":"y x",
  290. "28":"y x",
  291. "29":"y x",
  292. "30":"y",
  293. "31":"y",
  294. "32":"y",
  295. "33":"y",
  296. "34":"y",
  297. "35":"y",
  298. "36":"y",
  299. "37":"y",
  300. "38":"y",
  301. "39":"y",
  302. "40":"y",
  303. "41":"y",
  304. "42":"y",
  305. "43":"y",
  306. "44":"y",
  307. "45":"y",
  308. "46":"y",
  309. "47":"y",
  310. "48":"y",
  311. "49":"y",
  312. "50":"y",
  313. "51":"y",
  314. "52":"y",
  315. "53":"y",
  316. "54":"y",
  317. "55":"y",
  318. "56":"y",
  319. "57":"y",
  320. "58":"y",
  321. "60":"y",
  322. "62":"y",
  323. "63":"y",
  324. "64":"y",
  325. "65":"y",
  326. "66":"y",
  327. "67":"y",
  328. "68":"y",
  329. "69":"y",
  330. "70":"y",
  331. "71":"y"
  332. },
  333. "ios_saf":{
  334. "3.2":"a x #1",
  335. "4.0-4.1":"a x #1",
  336. "4.2-4.3":"a x #1",
  337. "5.0-5.1":"a x #1",
  338. "6.0-6.1":"y x",
  339. "7.0-7.1":"y x",
  340. "8":"y x",
  341. "8.1-8.4":"y x",
  342. "9.0-9.2":"y",
  343. "9.3":"y",
  344. "10.0-10.2":"y",
  345. "10.3":"y",
  346. "11.0-11.2":"y",
  347. "11.3-11.4":"y",
  348. "12.0-12.1":"y",
  349. "12.2-12.4":"y",
  350. "13.0-13.1":"y",
  351. "13.2":"y",
  352. "13.3":"y",
  353. "13.4-13.7":"y",
  354. "14":"y"
  355. },
  356. "op_mini":{
  357. "all":"n"
  358. },
  359. "android":{
  360. "2.1":"a x #1",
  361. "2.2":"a x #1",
  362. "2.3":"a x #1",
  363. "3":"a x #1",
  364. "4":"y x",
  365. "4.1":"y x",
  366. "4.2-4.3":"y x",
  367. "4.4":"y x",
  368. "4.4.3-4.4.4":"y x",
  369. "81":"y"
  370. },
  371. "bb":{
  372. "7":"y x",
  373. "10":"y x"
  374. },
  375. "op_mob":{
  376. "10":"n",
  377. "11":"n",
  378. "11.1":"n",
  379. "11.5":"n",
  380. "12":"n",
  381. "12.1":"y",
  382. "59":"y"
  383. },
  384. "and_chr":{
  385. "85":"y"
  386. },
  387. "and_ff":{
  388. "79":"y"
  389. },
  390. "ie_mob":{
  391. "10":"y",
  392. "11":"y"
  393. },
  394. "and_uc":{
  395. "12.12":"y"
  396. },
  397. "samsung":{
  398. "4":"y",
  399. "5.0-5.4":"y",
  400. "6.2-6.4":"y",
  401. "7.2-7.4":"y",
  402. "8.2":"y",
  403. "9.2":"y",
  404. "10.1":"y",
  405. "11.1-11.2":"y",
  406. "12.0":"y"
  407. },
  408. "and_qq":{
  409. "10.4":"y x"
  410. },
  411. "baidu":{
  412. "7.12":"y"
  413. },
  414. "kaios":{
  415. "2.5":"y"
  416. }
  417. },
  418. "notes":"",
  419. "notes_by_num":{
  420. "1":"Partial support in Android browser refers to buggy behavior in different scenarios.",
  421. "2":"Does not support the `steps()`, `step-start` & `step-end` timing functions"
  422. },
  423. "usage_perc_y":98.12,
  424. "usage_perc_a":0.06,
  425. "ucprefix":false,
  426. "parent":"",
  427. "keywords":"animations,css-animations,animation-name,animation-duration,animation-delay,animation-timing-function,animation-iteration-count,@keyframes,animationstart,animationend,animationiteration,css3 animation,steps,step-start,step-end,cubic-bezier",
  428. "ie_id":"",
  429. "chrome_id":"",
  430. "firefox_id":"",
  431. "webkit_id":"",
  432. "shown":true
  433. }