재우니의 블로그

 

jquery 의 숫자를 롤링으로 증가시키는 카운팅

 

 

github.com/bfintal/Counter-Up

 

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