forked from jes-carr/jOdometer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
17 lines (13 loc) · 643 Bytes
/
README
File metadata and controls
17 lines (13 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
jOdometer is a counter that works like an odometer: moving the numbers up like in a wheel.
This is a fork of Jesus Carrera's image based counter. Instead of images, it uses plain
HTML, so it can easily be styled with CSS.
We can configure:
* Start number
* Stop number
* Delay between the number change
* Increment units
* Speed and easing of the animation
* Whether to format large numbers with comma or not.
* Whether leading zeros should be visible or hidden.
We can also update the numbers manually/dynamically.
To see the example files, visit http://htmlpreview.github.com/?https://github.com/bgmort/jOdometer/blob/master/index.html