+ 21
Animation Facts 🖐️⬆️
In web development we can make animation using html5, CSS and even JavaScript too. What is the difference between these animations except keywords? Which language should I prefer to make animation in my website from these I mentioned and why? What is the difference between this animations and Flash animations?
6 Answers
+ 9
The shortness of the code is biggest factor.
Like in css you have to write much for slider toogle
But in jQuery it just a line.
Silarily for other..
+ 6
🈂️Toma But I can use animate tag to create animation in SVG. Thus the way I can create animation in HTML lot more with CSS. As far as I know SVG implementation is called 2D xml graphics.
Thanks Divya Mohan I got your point 🤘
+ 5
Thanks 🈂️Toma
+ 5
maDCoder 💉 you're welcome
+ 4
Flash animations are a completley different subject than html,css,js.
You can't create animations in plain html.
Use css for animations or a javascript framework to animate certain elements. Maybe search on YouTube for some help making animations in css. ;D
+ 4
maDCoder 💉 I am not an expert :). Learn what you feel more comfortable with.