You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 months ago | |
|---|---|---|
| .. | ||
| demo | 6 months ago | |
| LICENSE | 6 months ago | |
| README.md | 6 months ago | |
| counterup.jquery.json | 6 months ago | |
| jquery.counterup.js | 6 months ago | |
| jquery.counterup.min.js | 6 months ago | |
| waypoints.js | 6 months ago | |
| waypoints.min.js | 6 months ago | |
README.md
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
Demo
Usage
Include
<script src="http://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>
<script src="jquery.counterup.min.js"></script>
HTML
<span class="counter">1,234,567.00</span>
<span>$</span><span class="counter">1.99</span>
<span class="counter">12345</span>
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
Google+: +Benjamin Intal