Search code examples
jqueryjquery-effects

jQuery numbers scrolling effect up & down


How to develop effect like this
http://www.yourmoneysite.com/companies/asian-paints-ltd/ASIANPAINT

The numbers are scrolling up & down when value gets changed

thanks, NJ


Solution

  • See this it is some how similar to the thing you want

    http://bloggingsquared.com/jquery/flipcounter/

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
    <script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
    <script src="js/jquery.flipCounter.1.2.pack.js" type="text/javascript">
    
    </script>
    
     $("selector").flipCounter();