0
CSS animations
What keyword do you use to create an animation in css?
3 Answers
+ 3
animate
Details in the CSS course
+ 3
There's no keyword for that, but there's a query called @keyframes
It uses the keyframe animation process.
You can also animate dom using transition and setting transformation
+ 1
Transition