-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?
PHP中文网2017-06-14 10:52:20
-webkit-animation: pen_left 1s linear 1s 1;
animation: pen_left 1s linear 1s 1;