Advertisement
salmancreation

Best Counter-Up JS Script

Apr 23rd, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Counter-Up is a lightweight jQuery plugin that counts up to a targeted number when the number becomes visible.
  2. Best
  3.  
  4. 1.https://github.com/bfintal/Counter-Up
  5. 2.https://github.com/mhuggins/jquery-countTo
  6. 3.https://inorganik.github.io/countUp.js/
  7. 4.http://bfintal.github.io/Counter-Up/demo/demo.html
  8. 5.https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js
  9.  
  10. demo script:
  11. <script>
  12.         jQuery(document).ready(function($) {
  13.             $('.counter').counterUp({
  14.                 delay: 10,
  15.                 time: 1000
  16.             });
  17.         });
  18.     </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement