Advertisement
Guest User

Code snippy

a guest
Nov 20th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.0/jquery.waypoints.min.js"></script>
  2. <script src="https://cdn.jsdelivr.net/npm/jquery.counterup@2.1.0/jquery.counterup.min.js"></script>
  3.  
  4.  
  5. <script>
  6. jQuery(document).ready(function( $ ) {
  7. $('.counterup').counterUp({
  8. delay: 100, // the delay time in ms
  9. time: 2000 // the speed time in ms
  10. });
  11. });
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement