animation - jQuery Count Numbers Up -


i'm not @ javascript, i'd love have nice little animation counts number upwards. i've found this on github, it's way slow. (i'm counting number 10 decimals). got tips on how modify it, counts quicker? (i've tried decrease data-interval, sort of stagnates @ "0".

<p class="counter" data-interval="0" data-format="999999" data-stop="193847"></p> 

i found perfect solution:

https://github.com/mhuggins/jquery-countto


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -