-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?
Remove the 0s and 1 at the end, it’s useless
animation:pen_left 1s linear;