我想在一个浏览器 (IE) 中禁用动画元素,
我该如何工作?
或者我怎样才能让 css3 元素在 IE 中工作?
风格=
-webkit-animation: drop 8s cubic-bezier(0, 0, 1, 0.5) infinite;
-moz-animation: drop 8s cubic-bezier(0, 0, 1, 0.5) infinite;
-o-animation: drop 8s cubic-bezier(0, 0, 1, 0.5) infinite;
animation: drop 8s cubic-bezier(0, 0, 1, 0.5) infinite;