CSS Property:

animation-delay

Result:

CSS Code:

#myDiv {
                
width: 150px;
height: 150px;
background: #86C2DE;
position: relative;
animation: move 3s 1;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?