if scrolling down really slowly, data-scrolldir doesn't chage
stratboy opened this issue · 2 comments
stratboy commented
This is quite a bad bug. Use case:
- scroll down
- scroll up (at this point data-scrolldir == up)
- scroll down again, very slowly
data-scrolldir will remain == up, even if I'm scrolling down until a certain point (very often 2-300px later, so very much).
yowainwright commented
@stratboy Please provide a code snippet and context into what you're looking at.
stratboy commented
@yowainwright maybe consider just testing your own code in any context with the above use case before asking for a context.