Skip to content

depthdev/inc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

inc

Dynamic animated number incrementor.

< 1KB

Demo

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.

About

Dynamic animated number incrementor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages