Answer the question
In order to leave comments, you need to log in
How to make animation smooth?
Good day. There are about 30 objects, you need to organize the animation of movement vertically.
Now I'm doing it through css3 like this:
.animate { top: 0px; animation: anline 12s; transition-timing-function: ease-out; }
@keyframes anline {
0% { top: 0px; }
100% { top: -3978px; }
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question