div{
width:100px;
height:100px;
background:red;
position:relative;
-webkit-animation:myfirst 5s ;
}
@-webkit-keyframes myfirst{
0%{background:red; left:0;top:0;
}
50%{ background:skyblue; left:200px; top:100px;}
}
75%{ background:red; left:100px; top:50px;}
}
100%{ background:yellow; left:0; top:0;}
}
查看更多关于为什么返回的时候颜色不改变_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did109550