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