文章详情页
css3 animation动画参数问题
浏览:157日期:2023-06-16 18:40:20
问题描述
-webkit-animation: pen_left 1s linear 1s 1;
想要实现 播放一次 延迟1s 时长1s 这么写不对么 加上延迟和次数就不动了 单写也不对 怎么回事
问题解答
回答1:-webkit-animation: pen_left 1s linear 1s 1;animation: pen_left 1s linear 1s 1;回答2:
后面的0s 和1 去掉吧,没啥用
回答3:animation:pen_left 1s linear;
回答4:没有触发`animation`你这个问题都没有问清楚,就写了一行代码
标签:
CSS
相关文章:
排行榜
