-
Notifications
You must be signed in to change notification settings - Fork 112
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
Continuously scrolling is not responsive enough #21
Comments
I'm experiencing this as well. |
Line 256 of the source has |
would you think parametrizing that debounce timer would make sense? possibly setting it at 0 to remove the debounce entirely. What would a good way of parametrizing it look like to you? Would a provider be too much? maybe a constant would suffice. opinions? |
On second thought, |
Is javascript executing while scrolling is happening? |
there is no polling, only debouncing of |
Hi, I think this could be better if we can configure it. |
I was planning to introduce another breaking change (I like those) by deprecating
The default |
With the PR #36 now published as version 1.5.0 this should be fixed. Tests are appreciated! |
Hi, first of all, thank you for creating this great module!
I noticed a possible bug: inview does not trigger until user does not stop scrolling. So if user is continuously scrolling (for example using touchpad on laptop), inview does not trigger. Can you confirm that is happening? Is that expected behaviour and limitation of angular inview, or a bug?
Thank you!
The text was updated successfully, but these errors were encountered: