You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue is that scrollDirection seems to always be "FORWARD" regardless what direction I'm scrolling. See video of console logs tied with the actual scroll event-
scrollDirection-bug-1.mov
This same approach has worked for me when detecting scroll of the window. I wonder if it has to do with detecting scroll in the slideshow container?
Any advise would be helpful, or if this is just a known bug, I can take everything out of the container and scroll the window instead. Thanks!
The text was updated successfully, but these errors were encountered:
Hello, I'm working on a project that includes a full screen slide show. The HTML for the slideshow looks like this:
and I have scenes for the scroll-jacking behavior going forward and reverse for each slide transition, which looks something like this:
My issue is that
scrollDirection
seems to always be"FORWARD"
regardless what direction I'm scrolling. See video of console logs tied with the actual scroll event-scrollDirection-bug-1.mov
This same approach has worked for me when detecting scroll of the window. I wonder if it has to do with detecting scroll in the slideshow container?
Any advise would be helpful, or if this is just a known bug, I can take everything out of the container and scroll the window instead. Thanks!
The text was updated successfully, but these errors were encountered: