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

css3 animation运用

时间:2017-10-13 12:25:03      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:anim   web   nim   ini   运用   chrome   mes   animation   ima   

animation:mymove 5s infinite;
@keyframes mymove
{
from {left:0px;}
to {left:200px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {left:0px;}
to {left:200px;}
}

css3 animation运用

标签:anim   web   nim   ini   运用   chrome   mes   animation   ima   

原文地址:http://www.cnblogs.com/heshimei/p/7660250.html

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