+ 3
Animating - HTML, CSS, JavaScript
I know you can create animations in all 3. But which should you choose and why? Would it be better to choose just 1 for all your animations in your project? Would using all 3 on a single project cause problems?
3 Respostas
+ 5
Choose 1 would not work. They have to be all 3 together to make animation works.
+ 5
You need JavaScript in order to manipulate the CSS properties of a HTML element. Therefore, you see that all 3 languages need to cooperate together to make an animation.
+ 1
the more the merrier! its smoother with all 3