skele
skele copied to clipboard
Is there a way to know that element stopped moving in viewport?
Is there a way to know that component stopped moving in viewport?
We have a problem that we trigger tutorial popups on specific elements in screen. But if that element is in scrollview and out of the initial screen, popup is triggered the same moment that element enters the screen, but scrollview continues to scroll a little more.
That feature is not in the component. It could be added by add adding a new callback and altering the in-viewport checking logic to trigger it once the component is fully contained within the viewport.