CSS3动画在ios中失效?
发布于 4 年前 作者 pengjun 8992 次浏览 来自 官方Issues

安卓机都能正常播放,ios (测试的有 x,6s)不能播放。

2 回复

小程序中可以用这个了吗?

@mixinblock($size, $bgc, $anime) {

  width: $size;

  height: $size;

  background-color: $bgc;

  animation: $anime5s linear;

  animation-fill-mode: forwards;

}

什么动画呢?

回到顶部