animation-direction
CSS Property:
Result:
CSS Code:
#myDiv {
width:150px;
height:150px;
background-color:#86C2DE;
position:relative;
animation:move 3s infinite;
animation-direction: normal;
}
Click the property values above to see the result
Click the property values above to see the result