Dynamic animated number incrementor.
< 1KB
Example:
new Inc({ elem: document.querySelector('#count'), speed: 50, // Optional: change in milliseconds decimal: 2, // Optional: decimal place currency: '$' // Optional: leading symbol });
NOTE: If you have more than one element to increment, you will need to create a new instance for each and assign it to something.