定义和用法
animation-iteration-count 属性定义动画的播放次数。
实例
播放动画三次:
div
{
animation-iteration-count:3;
}
CSS 语法
animation-iteration-count: n|infinite;