ball2{
position: absolute; height: 60px; width: 60px; left: 60%; top: 50%; transform: translate(-50%,-50%) rotate(0); background-color: #ffffd; border-rad优艾设计网_平面设计ius: 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停止旋转的效果?求大神解答。
IliveTY 2022-07-16 10:49 优艾设计网_PS论坛
animation-play-state: paused
柳絮纷飞 2022-07-16 10:53 优艾设计网_PS交流
-webkit-animation-play-state:paused;
jsfzb 2022-07-16 优艾设计网_设计百科10:57
animation-play-state:paused;
精彩评论