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
If you are tracking a 100vh item and you scroll from it being below to above the viewport fast, IntersectionObserver doesn't update the handler at all ... like it can miss responding to the scroll even with a threshold that includes 1.
I may need to add a scroll event listener when in viewport to track these things ... do I bring scrollMonitor back for this? Or maybe scroll mediator?
The text was updated successfully, but these errors were encountered:
If you are tracking a 100vh item and you scroll from it being below to above the viewport fast, IntersectionObserver doesn't update the handler at all ... like it can miss responding to the scroll even with a threshold that includes
1
.I may need to add a scroll event listener when in viewport to track these things ... do I bring scrollMonitor back for this? Or maybe scroll mediator?
The text was updated successfully, but these errors were encountered: