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