+ 2
How do I make animation
Using HTML or CSS and JS
1 Odpowiedź
+ 15
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/
Progress your HTML/CSS/JS course and you can learn some of them.