0

How to make a animation in html I am a begginer please tell me with easy steps

17th Oct 2017, 3:50 PM
Ashutosh Tripathi
Ashutosh Tripathi - avatar
2 Respostas
+ 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)...
18th Oct 2017, 9:47 AM
visph
visph - avatar
+ 1
thanks
20th Oct 2017, 6:07 AM
Ashutosh Tripathi
Ashutosh Tripathi - avatar