Hi,
I'm trying to use angular-snapscroll in my project however I noticed that I get a nasty double snap on my laptop using the touchpad. It doesn't happen at the first snap but it happens later if I make a fast and strong snap (even not really that strong).
I tried to debug it and it seems that the component is already snapping twice when the part of the code that should prevent the double snap gets triggered.
I observed the same behaviour also on the demo website: http://joelmukuthu.github.io/angular-snapscroll
How can I possibly implement a workaround?
thanx