I am making an ajax call to the server and then updating some stats. I want a plugin which animates the numbers.
e.g. initial value = 65 value after ajax call = 98
in a span of 2 seconds, the value displayed increases from 65 to 98 and the user is able to see that - like the digital speedometers or tachometers.
My search has not led me to find a plugin for this. Does anybody know of such plugin?