Nessuna descrizione

css-animation.json 6.8KB

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