프로그래밍/jQuery 👍
jquery 의 숫자를 롤링으로 증가시키는 카운팅
재우니
2020. 11. 10. 18:06
jquery 의 숫자를 롤링으로 증가시키는 카운팅
bfintal/Counter-Up
Counter-Up is a lightweight jQuery plugin that counts up to a targeted number when the number becomes visible. - bfintal/Counter-Up
github.com
bfintal.github.io/Counter-Up/demo/demo.html
Counter Up Demo
Counter-Up jQuery Plugin (Scroll down) jQuery(document).ready(function($) { $('.counter').counterUp({ delay: 10, time: 1000 }); });
bfintal.github.io
