The counter is a lightweight native, object-oriented JavaScript library to produce number counter effects. JavaScript counter library is configurable to increment numbers on-page.
counter up javascript, counter js example, jquery number counter animation on scroll, number counter js, css number counter animation, countup js on scroll
How to make use of it:
1. Import the primary script into the doc.
<script src="main.js"></script>
2. Create a brand new occasion for the counter.
<span class="example"></span>
const counter = new Counter(".example");
3. Config the counter utilizing the next HTML data
attributes:
<span class="example" data-counter-min="1" data-counter-max="1000" data-counter-speed="25" data-counter-increment="1" data-counter-delay="0"> </span>
Minimal Number Increment Animation, Counter Plugin/Github
See Demo And Download
Official Website(louis-young): Click Here
This superior jQuery/javascript plugin is developed by louis-young. For extra Advanced Usages, please go to the official website.