安卓机都能正常播放,ios (测试的有 x,6s)不能播放。
小程序中可以用这个了吗?
@mixinblock($size, $bgc, $anime) {
@mixin
block
($size, $bgc, $anime) {
width: $size;
width
: $size;
height: $size;
height
background-color: $bgc;
background-color
: $bgc;
animation: $anime5s linear;
animation: $anime
5
s linear;
animation-fill-mode: forwards;
}
什么动画呢?