Mik*_*keM 11
#tech播放状态暂停时设置动画
#tech {
-webkit-animation-play-state:paused;
-webkit-animation: moveSlideshow 10s linear infinite;
}
Run Code Online (Sandbox Code Playgroud)
然后将播放状态更改为在悬停时运行
#tech:hover{
-webkit-animation-play-state:running;
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
12706 次 |
| 最近记录: |