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

debounce timeout documentation should be clarified #2

Open
salomvary opened this issue Mar 6, 2011 · 1 comment
Open

debounce timeout documentation should be clarified #2

salomvary opened this issue Mar 6, 2011 · 1 comment

Comments

@salomvary
Copy link

It should be clarified in the graphical and ASCII art documentation, that the callback will be invoked after the specified pause has elapsed since the last debounced call. I think in the present form it's quite misleading.

@carcinocron
Copy link

I think this has been done:

Debounced with `at_begin` specified as false or unspecified:
||||||||||||||||||||||||| (pause) |||||||||||||||||||||||||
                         X                                 X

Debounced with `at_begin` specified as true:
||||||||||||||||||||||||| (pause) |||||||||||||||||||||||||
X                                 X

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

2 participants