Tagged Questions
0
votes
3answers
2k views
Animated numbers (semi-countdown) with JQuery?
I am trying to make a numerical value, say 5000, quickly change to another value, say 4000, using JQuery. Right now I do this fine using:
mod(".class",4000,"add");
function mod(id,value,type){
...