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
After manual scrolling a few times, suddenly it is no longer possible to control scroll position programmatically with spy-y.
Here is a Plunker with minimal example to reproduce the issue: http://plnkr.co/edit/Yxsux9MwkDicJcpOJhtl
The text was updated successfully, but these errors were encountered:
Good catch :) Fix is coming soon. This actually made me find the true problem behind #28 as well.
Sorry, something went wrong.
- re-arrange event registration, fixes #28, #30
c9a52e5
- improve wheel scroll performance - add scroll spy events as alternative to stateful scroll spies
Should be fixed in v0.2.3. Please give it a try and let me know if you experience further issues.
Thanks, now it works correctly, I could not reproduce the issue anymore.
No branches or pull requests
After manual scrolling a few times, suddenly it is no longer possible to control scroll position programmatically with spy-y.
Here is a Plunker with minimal example to reproduce the issue:
http://plnkr.co/edit/Yxsux9MwkDicJcpOJhtl
The text was updated successfully, but these errors were encountered: