+ 3
Which language used for animation in web
which language is used 1css 2js 3html5 tell the answer plz I am hoping for good answer
4 Answers
+ 6
CSS and js !
look at this code for example :
https://code.sololearn.com/WRlxZj7mrTY6/?ref=app :)
+ 2
JavaScript and CSS
+ 2
If you want to animate your web pages, then jQuery is the best tool for you. It is a library of JavaScript so you can easily learn it if you are already familiar with JavaScript.
You can also animate your webpages with JavaScript or CSS but doing so is a tedious work!
+ 2
Html is only structure of your code.
Css - simple styles for your pages, it may be enough for simple animations.
Js+css - You can do about to everythin' you can imagine.
@Cool Codin
JQ isn't good way to animate things.Yeah,you can do...some things right now , but in future - not so sure.
As example - regular JQ can't animate color.