css3 移动端旋转动画暂停
音乐播放图片旋转动画 ios不支持暂停:animation-play-state: paused;
@-webkit-keyframes rotate{
100% {
transform: rotate(1turn);
}
}
.img-wrapper{
width: 200px;
height: 200px;
margin: 50px auto 0;
overflow: hidden;
border-radius: 100px;
}
.animation-start{
animation: rotate 5s linear infinite;
}
.suspended{
animation-play-state: paused;
}
.img-wrapper img{
width: 100%;
border-radius: 100px;
}
.btn{
width: 100%;
height: 30px;
box-sizing: border-box;
text-align: center;
margin-top: 20px;
line-height: 30px;
bottom: 100px;
border: 1px solid #ccc;
} 相关推荐
冰蝶 2020-03-01
somboy 2020-02-29
zengni 2020-02-23
lanzhusiyu 2020-01-12
MaureenChen 2020-01-01
AlisaClass 2019-11-18
scssqly轩 2019-11-17
zengni 2019-10-27
懵懂听风雨 2015-11-12
ozhanjun 2019-09-08
沈宫新 2018-02-05
lanzhusiyu 2018-01-05
走向WEB开发 2017-09-18
buttonChan 2018-04-24
走向WEB开发 2018-02-18
css教程 2018-02-15
dangzhangjing 2019-07-01
yaodilu 2019-06-30