Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensitivity not triggering #143

Open
bacoords opened this issue Feb 20, 2019 · 0 comments
Open

Sensitivity not triggering #143

bacoords opened this issue Feb 20, 2019 · 0 comments

Comments

@bacoords
Copy link

The sensitivity option has no effect on any browser I've tested on. I'm wondering if this has to do with the fact that we're using the mouseleave event on HTML? If it only fires when the mouse has already left how are we able to increase sensitivity? Or possible I am misunderstanding the meaning of the sensitivity option.

I was able to fix this by using the 'mousemove' event (and keeping track of clientY so that I could ensure the mouse is moving generally upwards and not downward).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant