How do you make animations on html | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How do you make animations on html

I don't know how. Someone please help

23rd Aug 2018, 2:00 AM
Niara Leanne
Niara Leanne - avatar
1 ответ
0
I don't know exactly what you mean by animations on HTML, but using only HTML is impossible. HTML is only for structuring. Basically, all your objects and maybe your items you want to animate. If you are only using HTML, chances are you will have to embed javascript and/or css. Now, animations with CSS and javascript are quite easy. Especially the CSS animations. Instead of explaining it to you, I suggest you use this tutorial: https://www.w3schools.com/css/css3_animations.asp
23rd Aug 2018, 9:16 AM
Ridhaa Cupido