【发布时间】:2014-04-01 03:22:17
【问题描述】:
我有一个旋转的 css 动画,当页面滚动时会停止。我尝试启用硬件加速但没有运气。
这在页面滚动时不起作用
-webkit-animation: rotating 5s linear infinite;
-webkit-transform-style: preserve-3d;
-webkit-transform: translateZ(0);
【问题讨论】:
标签: css safari css-animations ios7.1