CSS keyframes 动画单次执行
keyframes 动画默认执行一次后结束。如果需要动画下滑后返回,需要在 animation
属性中设置 animation-iteration-count
的值为 2 或更多,或者设置为 infinite
使动画循环播放。
801B
文件大小:
评论区