实现简单的左右滑动且有过渡效果,
div{
margin:300px 0 0 300px;
height:200px;
width:200px;
border:1px solid #0FC;
background-color:#930;
animation:myani 5s infinite alternate;
}
@keyframes myani{
form{background-color:#000;
to{background-color:#FFF;
margin-left:700px;}
}
希望对你有帮助