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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -