<!doctype html>
<html>
<head>
<style>
#aa{
position:absolute;
width:50px;
height:50px;
border-radius:50px;
background-color:red;
-webkit-animation:myfirst 3s alternate infinite;
}
@-webkit-keyframes myfirst
{
0%{background:red;top:0px;left:0px;}
25% {background:yellow;top:200px;left:50px;}
50%{background:lightblue;top:0px;left:100px;}
75% {background:lightgreen;top:200px;left:150px;}
100%{background:black;top:0px;left:200px;}
}
</style>
</head>
<body>
<div id=”aa”>
</div>
</body>
</html>
如果您喜欢这篇文章,就送梧桐子“”支持吧!
已获得0个“”