skele icon indicating copy to clipboard operation
skele copied to clipboard

Is there a way to know that element stopped moving in viewport?

Open big-toni opened this issue 5 years ago • 1 comments

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.

big-toni avatar Jul 19 '19 07:07 big-toni

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.

ognen avatar Sep 12 '19 06:09 ognen