WEB/HTML
날짜 animation
JK-
2014. 11. 3. 15:14
$('#cel').text(Math.random()*1000); $('#cel').each(function() { var $this = $(this); $({Counter:0}).animate({Counter:$this.text()}, { duration: 5000, easing: 'easeOutExpo', step: function() { $this.text(Math.ceil(this.Counter)); } }); });