0
How to make a animation in html I am a begginer please tell me with easy steps
2 Respuestas
+ 6
Animation can be done by a lot of ways, even by combining them ^^
Check these code, which do same basic (but not totally simple, because of curve path of sun) animation done using SVG or CSS:
https://code.sololearn.com/W6Oce8Vf16Qy/?ref=app
https://code.sololearn.com/WiMTPmmb7ZDn/?ref=app
JS can be also use to handle more complex (or not) animation, even for basic CSS or SVG dynamic changes, as well as by using <canvas> element/API (canvas can only really be use throug its JS API, and cannot be drawn/animate without)...
+ 1
thanks