Jquery Count up Animation?
Posted
by Wes
on Stack Overflow
See other posts from Stack Overflow
or by Wes
Published on 2010-05-12T21:50:31Z
Indexed on
2010/05/12
21:54 UTC
Read the original article
Hit count: 623
jQuery
|JavaScript
I have a a counter that needs to count up from $0 to $10,000 in x seconds (most likely 3 seconds).
Just straight text, kind of like a millisecond countdown timer, but upwards and with a dollar sign.
I'd rather not use a bulky plugin as this just needs to loop through 1-10,00 in x seconds and update every 100ms or so.
I'm stuck at creating the loop that will update, where should I start?
© Stack Overflow or respective owner