🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

countUp.js is a simple, fast jQuery counter plugin which allows you to count up a target number at a specified speed.

counter count-up

Documentation

jqury.countUp

npm version

How to use

npm install

$ npm install jquery-countup 

HTML

<script src="https://code.jquery.com/jquery-2.1.4.min.js" type="text/javascript" ></script> <script src="jquery.countUp.js" type="text/javascript"></script>  <div class="text"></div>

JS

$('.text').countUp({ last: 1000 });

Parameters

  • start
  • last
  • duration
  • frame

Example

demo


You May Also Like