+ 1
What to use to create animations in web?
I started to study web programming. I don't know how to use animation in web.
1 Answer
+ 1
There are six ways.
HTML SVG <animate>
CSS keyframes
CSS Transition
JavaScript setInterval
JavaScript setTimeout
JavaScript requestAnimationFrame
https://www.sololearn.com/learn/HTML/2213/
https://www.sololearn.com/learn/CSS/2253/
https://www.sololearn.com/learn/CSS/2249/
https://code.sololearn.com/WZV2FsGPRwr6/?ref=app
Progress your HTML/CSS/JS course and you can learn some of them.