Jeremy Paris

Results 10 comments of Jeremy Paris

I was getting this error as well. The root of the error was because Counter Up wants to use the 2.x version of Waypoints. I just added a pull request...

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

I have a fix for this in a [pull request](https://github.com/bfintal/Counter-Up/pull/13). Waypoints 3+ removed the triggerOnce option going to v3.0.

Glad it helped @zandergrin :)

No worries @diego-betto and @gavinworks! Glad to have helped!

If you'd like to use this with Waypoints 3.0+ check out my PR, which also solves this issue. https://github.com/bfintal/Counter-Up/pull/13

I have a PR open that allows for Waypoints versions 3+ if you'd like to use it :)

I had a very similar issue, but a different error from the console. What I found was that CounterUp 1.0 was incompatible with Waypoints 3.0+ due to changes within Waypoints....

Out of curiosity, what version of Waypoints are you using?