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
I tried to replicate the <ScrollControls infinite/> from drei behavior, by creating a "virtual" scroll <div/>, so the DOM contents won't got affected while user scrolling the scroll bar.
However, it seems to not working well, as I bind the scroll to the custom "virtual" scroll structure, I still can get the data from useScrollbar(), but the scroll bar is not reactive to scroll. This does not happened on example where I don't bind the library in the custom "virtual" scroll.
Thanks, unfortunately I don't have time to look into this right now. But thanks for the code sandbox, would be great if you can keep it alive for a while 🙏
Is it possible to use Lenis infinite scroll feature, through this library, as an alternative to R3F's
<ScrollControls infinite/>
?The text was updated successfully, but these errors were encountered: