css3 animation animation parameter problem
代言
代言 2017-06-14 10:50:20
0
4
1063
-webkit-animation: pen_left 1s linear 1s 1;

I want to achieve a playback once with a delay of 1s and a duration of 1s. Is it wrong to write it like this? If you add the delay and the number of times, it won’t move. It’s not right to write it alone. What’s going on?

代言
代言

reply all(4)
Ty80
-webkit-animation: pen_left 1s linear 1s 1;
animation: pen_left 1s linear 1s 1;
小葫芦

Remove the 0s and 1 at the end, it’s useless

过去多啦不再A梦

animation:pen_left 1s linear;

世界只因有你
没有触发`animation`你这个问题都没有问清楚,就写了一行代码
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template