how to animate numbers using Jquery

后端 未结 8 771
时光取名叫无心
时光取名叫无心 2021-02-02 02:31

I am trying to animate a say $233 to $250 or decreasing from 250 to 233 ,i dont want to replace 233 by 250 instead i want a counter kind of effect and at the time of scrolling

8条回答
  •  旧时难觅i
    2021-02-02 02:55

    The counter is easy, however It's not very clear how you want the effect to look like(give us a link to an example). Regardless the effect would probably be unpractical to do in jQuery.

    I would recommend something like raphael js

    Have a look at the examples, they are very nice.

提交回复
热议问题