CSS 属性:

animation-iteration-count:

  • 1
  • 2
  • 5
  • infinite

结果:

CSS 代码:

div#MyDIV
{
animation-iteration-count:1;
}