Counter-Up
Counter-Up copied to clipboard
fixed the problem that the number will change when loading several times
fixed issue #23
Still have the same issue here, even with your fix.
Edit: Fixed it using Waypoints 2.0.2 https://github.com/imakewebthings/waypoints/tree/2.0.2
Try variant https://github.com/bfintal/Counter-Up/issues/28
If you want to use a more current Waypoints, try my PR that works for versions 3+.
https://github.com/bfintal/Counter-Up/pull/13
Thanks man! It saved my time and resolved the issue. :+1:
I'm still facing issue. Not the number change but it throws an error "Cannot read property 'shift' of null(…)" When counterUP() function is called twise in a second. Am I doing anything wrong?