JavaScript is a scripting language used to create interactivity between the web page and the user. It works with DOM (Document Object Model). There are a hell lot of libraries made with JavaScript to make the life of a developer more simpler. Each library has its own functions which is concentrated to solve a particular problem. Let's have a look on some of it's libraries and see what they can do.
JQUERY : JQuery is the most lightest library among all the libraries available. It is generally used for small animation effects like fade in, fade out, display, hide etc. With the help of jquery we can accomplish those tasks very easily with small and simple code.
DOJO : Dojo is a great library which saves your time. It helps you to build very sophisticated apps very easily in very less time.
Tween.js: Tween is the fantastic library for smooth animations. It is the library from a create js team. Google uses this library for their smooth animation effects.
Three.js : Three.js is 3D JavaScript library. It works on WebGL . It is used to create 3D effects and other games.
Angular JS : HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop. It's most powerful library.
These are some of the main libraries of JavaScript. You can research and find out about other lot of libraries available.
JQUERY : JQuery is the most lightest library among all the libraries available. It is generally used for small animation effects like fade in, fade out, display, hide etc. With the help of jquery we can accomplish those tasks very easily with small and simple code.
DOJO : Dojo is a great library which saves your time. It helps you to build very sophisticated apps very easily in very less time.
Tween.js: Tween is the fantastic library for smooth animations. It is the library from a create js team. Google uses this library for their smooth animation effects.
Three.js : Three.js is 3D JavaScript library. It works on WebGL . It is used to create 3D effects and other games.
Angular JS : HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop. It's most powerful library.
These are some of the main libraries of JavaScript. You can research and find out about other lot of libraries available.
No comments:
Post a Comment