CSS 属性
animation-iteration-count

结果
CSS 代码
#myDIV {
  animation-iteration-count:1;
}
  
点击上面的属性值来查看结果
W3Schools.com - 亲自试试