Skip to content

JQuery plugin for animated counting starting from one number and ending with another, along with some useful options.

Notifications You must be signed in to change notification settings

aymanfarhat/CountToJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CountToJS Jquery Plugin

Plugin for animated counting starting from one number and ending with another, along with some useful options.

Sample Usage

$(document).ready(function(){
	$('.someElement').countTo({
		from: 0,
		to: 35,
		speed: 5000,
		refreshInterval: 50,
		onComplete: function(value) {
			/* Do something when done */
		}
	});
});

Example

Here is a working example

About

JQuery plugin for animated counting starting from one number and ending with another, along with some useful options.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published