Essential-Javascript-Libraries-for-Wordpress-Developers
You can add great functionality to a website by using JavaScript, but sometimes writing the necessary code can be time-consuming, especially for more complex tasks. we will add plugins libraries for vanilla JavaScript that will take the guesswork out of complex tasks like creating progress bars, formatting inputs, lazy loading images, and more.
Progressbar.js
you can find samples on progressbar.js folder in this repository. files include 2 examples:
a well explained documentation can be found in the same folder (readme file) Readme.MD
Scrolltrigger.js
ScrollTrigger is a library that toggles certain classes on various elements based on your browser window’s scroll position. In other words, you can use it to add or remove classes when you scroll to a certain element. There are many potential use cases for this, but probably one of the most popular is to trigger an animation on an element when you scroll down to it.
You can find samples on Scrolltrigger.js folder in the repository files include 2 examples
a well explained documentation can be found in the same folder (readme file) Readme.MD