CSS 属性:

animation-iteration-count:

结果:

CSS 代码:

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