css3控制旋转

.cross-browser .feature-box-image:hover {
    -webkit-transition: all 0.7s linear;
    -webkit-transform: rotate(6.28rad);
        transition: all 0.7s;
    transform: rotate(6.28rad);
}


你可能感兴趣的:(css3控制旋转)