We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The fact that nonInteraction defaults to true hints at a deeper issue:
nonInteraction
true
Just one movement of the mouse shouldn't make the user be considered active.
What I'd like is a threshold on a low pass filter on user activity.
Here's a very basic implementation that I'm using, but it probably needs more design before it's fit for public release:
https://gist.github.com/SonOfLilit/421c9f89bfdf6f803198
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The fact that
nonInteraction
defaults totrue
hints at a deeper issue:Just one movement of the mouse shouldn't make the user be considered active.
What I'd like is a threshold on a low pass filter on user activity.
Here's a very basic implementation that I'm using, but it probably needs more design before it's fit for public release:
https://gist.github.com/SonOfLilit/421c9f89bfdf6f803198
The text was updated successfully, but these errors were encountered: