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