W3docs

animation-iteration-count

CSS Property:

Result:

CSS Code:

#myDiv {
width:150px;
height:150px;
background-color:#86C2DE;
position: relative;
animation: move 3s;
animation-iteration-count: 1;
}

Click the property values above to see the result