V
V
vetsmen2018-01-31 13:37:50
css
vetsmen, 2018-01-31 13:37:50

How can I change the animation speed in a certain period of time?

Good day. There is an animation:

.s {animation: ssline 12s; transition-timing-function:  ease-out; }

There are just 2 keyframes in ssline, start height and end height. The problem is this:
How to leave the ease-out animation speed and at the same time insert two short intervals in two places, in which the speed will increase greatly (5 times)? That is, the animation goes as standard with ease-out, and let's say at 6 seconds and at 8 seconds the speed increases sharply for half a second and then returns to normal

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Gorkin, 2018-01-31
@mrbagfreeman

https://webref.ru/css/keyframes
Check out this article. Good luck

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question