将鼠标悬停在

时间:2016-06-08 09:58:33

标签: php html css image-rotation

在我的页面中有一个旋转的图像。最初,如果我加载页面它将自动旋转,但我需要停止旋转光标在它上面,如果我移动光标它再次需要开始旋转

1 个答案:

答案 0 :(得分:0)

请在下次提供更多信息。 :)

img:hover
{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}