Counter-Up ========== Counter-Up is a jQuery plugin that *animates* a number from zero (counting up towards it). It supports counting up: * integers `12345` * floats `0.1234` * formatted numbers `1,234,567.00` Features: * Auto-detect for integers, floats or formatted numbers * The plugin will also use the number of decimal places the original number is using. * Lightweight: ~1kb * Minimal setup *Requires [waypoints.js](http://imakewebthings.com/jquery-waypoints/)* Demo ==== **[DEMO](http://bfintal.github.io/Counter-Up/demo/demo.html)** Usage ===== **Include** ``` ``` **HTML** ``` 1,234,567.00 $1.99 12345 ``` **jQuery** ``` $('.counter').counterUp(); ``` **or with extra parameters** ``` $('.counter').counterUp({ delay: 10, time: 1000 }); ``` `delay` - The delay in milliseconds per number count up `time` - The total duration of the count up animation Social Stuff ============ Twitter: [@bfintal](https://twitter.com/bfintal) & [@gambitph](https://twitter.com/gambitph) Google+: