Counter Up
Categories
Component ID
2719381
Component name
Counter Up
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
621
Component created
Component changed
Component body
This module basically used to show stats in counter up form like from 1 to that particular.
Just put the numbers in a div/span and provide class="counter".
Like:
<div>
<span class="counter">1,234,567.00</span>
<span>$</span><span class="counter">1.99</span>
<span class="counter">12345</span>
</div>See DEMO here.
