+ 1
How to get a smooth animation (css)?
In this code Iâm experimenting with, I have 2 different animations (keyframes..). One rotates the body by 5 deg, then -5 deg. The other one has a filter: hue-rotate(). I want both the animations to go smooth, it doesnât matter if they are in the same speed, as long as theyâre both smooth. https://code.sololearn.com/WTqg2ds04p4m/?ref=app â
3 Answers
+ 1
CalviŐ˛ ,
hue-rotate:
when it is about blue, it kind of suddenly turns to pink_ish red - instead of smoothly.
+ 1
The roll over of value deg causes sudden change, add alternate to animation.
0
It's smooth.