css3 keyframes 实现无限旋转360度

<div class="rotate"></div> .rotate{ -webkit-animation: circle 20s infinite linear; -moz-animation: circle 20s infinite linear; -ms-animation: circle 20s infinite linear; -o-animation: circle 20s i
相关文章
相关标签/搜索