bfintal / Counter-Up

Counter-Up is a lightweight jQuery plugin that counts up to a targeted number when the number becomes visible.
http://bfintal.github.io/Counter-Up/demo/demo.html
GNU General Public License v2.0
746 stars 719 forks source link

Its unusual but it doesnt display 1974 #64

Open srextasagar32 opened 6 years ago

srextasagar32 commented 6 years ago

Hi i am wordpress developer and i am struggling to find that why it doesnt display 1974 in the theme..

Other every functionality runs fine and are correct i have done everything to the mark

iamdaniel0802 commented 6 years ago

Hi! I've had the same problem, just make sure the delay property is an EVEN number and not ODD in counterUp object, as example :

    $('.counter').counterUp({
        delay: 16,
        time: 3000
    });