css3 animation运用

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

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

posted @ 2017-10-13 11:25  heshimei77  阅读(115)  评论(0编辑  收藏  举报