CSS 属性:
animation-iteration-count:
1
2
5
infinite
结果:
CSS 代码:
div#myDIV
{
animation-iteration-count:
1
;
}
点击上面的属性值然后查看效果
runoops.com
- 测试