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