请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

想要实现暂停音乐时,CD图片也暂停

老师,我想要实现暂停音乐时,CD图片也暂停而不是复位,在网上查了一些信息也试了一下,小程序的wxss貌似不支持animation-play-state:paused;

https://codepen.io/luogao/pen/ejeLJm 上面倒是看到了旋转暂停的实现,但是不知道如何将代码转化到小程序的环境中

老师能否指点一二

正在回答 回答被采纳积分+3

1回答

提问者 慕运维2471188 2018-11-13 21:13:07

解决了,是可以暂停的 

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{

animation-play-state:paused;

}


2 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信