5 JavaScript Libraries that makes working with JS magical

·

2 min read

The Benefits of working with JavaScript are endless. In this post, we will look at five amazing JavaScript Libraries which are easy to work with and with awesome documentation to guide you through the process.

1 Anime.js Work with particle animation, timings, animate SVG, animate on scroll, and much more amazing stuff that you can do with Anime.js.

Me after looking at code pens made using this library:

Codepens with Anime JS

Anime.js

2 Granin.js Make animated Gradient Animations using simple JavaScript. Granin.js is very easy to use and simple. There is not much complex animation you can do Granin.js, but it gets the job done with gradients.

Granin.js

3 AOS The AOS in this Library literally stands for Animate On Scroll. Nothing much, Just animate your element while scrolling by adding a simple class on the element and you are good to go.

AOS

4 Mousetrap Are you looking to add shortcut keys in your web app then this library is the one for you. This Library has made the process of invoking functions when a certain key or combination of keys are pressed very simply. I have personally used it in my web app to save the current progress in the app with alt+s. This library worked out great.

Mousetrap

5 fullPage.js Ever been to a website where there is no scroll bar on the right but the page still scrolls vertically? Amazing huh? fullPage.js is all about making this effect possible. This JS library is easy to use and comes with multiple examples for you to take your inspiration from.

fullPage.js

Did you find this article valuable?

Support ramu k by becoming a sponsor. Any amount is appreciated!