An open API service indexing awesome lists of open source software.

https://github.com/simshaun/jquery-number-animation

Simple number animation example written for a StackOverflow question.
https://github.com/simshaun/jquery-number-animation

Last synced: 7 months ago
JSON representation

Simple number animation example written for a StackOverflow question.

Awesome Lists containing this project

README

          

Simple number animation plugin.
======

Usage
------




$(function() {
$(".number").numAnim({
numNums: 5,
duration: 3
});
});

Parameters
------

Param | Default | Description
-----------------------------------------
numNums | 2 | How many numbers to animate.
-----------------------------------------
numClass | autogen-num | Each number is wrapped in a span element with this class name.
-----------------------------------------
duration | 5 | In seconds, how long the animation will last.
-----------------------------------------
interval | 90 | In ms, how often the numbers are updated.