采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
老师,我想要实现暂停音乐时,CD图片也暂停而不是复位,在网上查了一些信息也试了一下,小程序的wxss貌似不支持animation-play-state:paused;
animation-play-state:paused;
在 https://codepen.io/luogao/pen/ejeLJm 上面倒是看到了旋转暂停的实现,但是不知道如何将代码转化到小程序的环境中
老师能否指点一二
解决了,是可以暂停的
wxml部分:
{{playing ? 'rotationCss': 'rotationCss suspended'}}
wxss部分:
.rotationCss {
animation: rotation_css 10s linear infinite;
-moz-animation: rotation_css 12s linear infinite;
-webkit-animation: rotation_css 12s linear infinite;
-o-animation: rotation_css 12s linear infinite;
}
.suspended{
登录后可查看更多问答,登录/注册
真实数据的高质量小程序项目,学会直接工作
1.9k 7
2.7k 5
1.4k 20
954 17
1.6k 16