码迷,mamicode.com
首页 > Web开发 > 详细

css3图片动画旋转

时间:2017-11-29 19:50:46      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:contain   inf   nta   containe   text   infinite   图片   anim   lin   

body{ background-color:#021E36; text-align: center; } .container{margin:500px auto;} .round{position: relative;top:100px;left:30px;width:150px;-webkit-animation:circle 5s infinite linear;} @-webkit-keyframes circle{ 0%{ transform: rotate(0deg); } 100%{ transform: rotate(+360deg); } } 

css3图片动画旋转

标签:contain   inf   nta   containe   text   infinite   图片   anim   lin   

原文地址:http://www.cnblogs.com/XiaKang/p/7921982.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!