如何停止css3动画 财富值70?
ball2{
优艾设计网_电脑技术position: absolute; height: 60px; width: 60px; left: 60%; top: 50%; transform: translate(-50%,-50%) rotate(0); background-color: #ffffd; border-radius: 50%; transform-origin: -116.7% 50%; -webkit-animation: rotate 3s linear infinite; text-align: center; }#ball2:hover { ??? }@-webkit-keyframesrotate { to { -webkit-transform:translate(-50%,-50%) rotate(1turn); }}
一个球体真在绕定点旋转,在hover写什么,才能达到鼠标移入#ball2停止旋转的效果?求大神解答。
理气 优艾设计网_设计LOGO 2022-09-25 06:55
-webkit-animation-play-state:paused;
渴飞翔 2022-09-25 07优艾设计网_设计:04
animation-play-state:paused;
夏尧 2022-优艾设计网_在线设计09-25 07:10
animation-play-state: paused
精彩评论