jQuery
【jQuery】値をカウントするアニメーションカウンタープラグインAnimated Number Counter
January 22, 2017

Animated Number Counterは0から指定した値をカウントするアニメーションカウンタープラグイン。
<div id="sephrrr"> <span class="count">1298</span> </div> <div id="github"> <span class="count">3232</span> </div> <div id="coffeescript"> <span class="count">2042</span> </div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="script.js"></script>
MIT
Download