Now that’s a smooth counter (1)
share
digg
by
Willem (0)
on
Ajaxorized (0)
1 month
ago
permalink
It's been a while, but a new piece of Javascript is here to add some dynamics to your web-page. SmoothCounter is a script that enables you to count between 2 numbers (with a given precision) in a given period of time. Click here for a demo. Usage: var counter = new SmoothCounter('count-div', { countTo : 100, duration : 3, precision : 2}); counter.start(); Where 'count-div' is the id-property of the element where the start-number is ...