Server IP : 173.249.157.85 / Your IP : 216.73.216.236 Web Server : Apache System : Linux server.frogzhost.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 User : econtech ( 1005) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/econtech/www/public/back/assets/vendors/general/counterup/ |
Upload File : |
Counter-Up ========== Counter-Up is a jQuery plugin that *animates* a number from zero (counting up towards it). It supports counting up: * integers `12345` * floats `0.1234` * formatted numbers `1,234,567.00` Features: * Auto-detect for integers, floats or formatted numbers * The plugin will also use the number of decimal places the original number is using. * Lightweight: ~1kb * Minimal setup *Requires [waypoints.js](http://imakewebthings.com/jquery-waypoints/)* Demo ==== **[DEMO](http://bfintal.github.io/Counter-Up/demo/demo.html)** Usage ===== **Include** ``` <script src="http://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script> <script src="jquery.counterup.min.js"></script> ``` **HTML** ``` <span class="counter">1,234,567.00</span> <span>$</span><span class="counter">1.99</span> <span class="counter">12345</span> ``` **jQuery** ``` $('.counter').counterUp(); ``` **or with extra parameters** ``` $('.counter').counterUp({ delay: 10, time: 1000 }); ``` `delay` - The delay in milliseconds per number count up `time` - The total duration of the count up animation Social Stuff ============ Twitter: [@bfintal](https://twitter.com/bfintal) & [@gambitph](https://twitter.com/gambitph) Google+: <a href='https://plus.google.com/113101541449927918834' rel='author'>+Benjamin Intal</a>