css3动画不循环可以使用animation-iteration-count属性定义动画的播放次数。只需要在动画中添加“animation-iteration-count:infinite;”即可实现无限次循环。

本教程操作环境:windows7系统、CSS3&&HTML5版、Dell G3电脑。
animation-iteration-count 属性定义动画的播放次数。
语法
animation-iteration-count: n|infinite;

推荐学习:css视频教程
css3动画不循环可以使用animation-iteration-count属性定义动画的播放次数。只需要在动画中添加“animation-iteration-count:infinite;”即可实现无限次循环。

本教程操作环境:windows7系统、CSS3&&HTML5版、Dell G3电脑。
animation-iteration-count 属性定义动画的播放次数。
语法
animation-iteration-count: n|infinite;

推荐学习:css视频教程