【发布时间】:2012-09-12 10:42:43
【问题描述】:
这是我的 div。
#div1{
position: absolute;
top: 50%;
left: 50%;
margin-left:-100px;
margin-top: 420px;
width: 158px;
height: 158px;
background-image:url(images/background.png);
}
我需要鼠标悬停事件的背景图像旋转 360 度动画。有谁能够帮我?谢谢。
【问题讨论】:
标签: animation css background rotation css-transitions