Good day.
I can not penetrate into the key frames of the animation, or rather, for example, I make a slider, there are 3 pictures in it, I set animations with 15 seconds of speed, and infinite.
Now, for example, I want to make the picture stand for 3 seconds, then go left for 2 seconds.
And the second picture immediately followed, and it should stand for 3 seconds, and go to the left in 2 seconds, then the third picture moves forward and stands 3 seconds. Etc.
So, I really want to understand this topic, please explain in more detail how to correctly calculate the key personnel?
I myself tried to do this:
0%{left: 0px;opacity: 1} 16%{left: 0px;opacity: 1} 25%{left: -680px; opacity: 0} 34%{left: -680px; opacity: 0} 43%{left: 680px;opacity: 0} 52%{left: 680px;opacity: 0} 61%{left: 0;opacity: 1} 70%{left: 0;opacity: 1} 79%{left: -680px;opacity: 0} 88%{left: 680px;opacity: 0} 97%{left: 680px;opacity: 0} 100%{left: 0px;opacity: 0} But at the end point, the first picture does not slide out smoothly as before, but rises to the first point abruptly.