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 would like to trigger loading the data of a component slightly before it shows up in the viewport.
Reading the IntesectionObserver documentation it seemed that this could be achieved by increasing the bottom margin of the root, using the rootMargin option ('0px 0px 200px 0px'). But I probably am mistaken as I could not make it work.
Is there a proper way to do it using vue-observe-visibility?
Cheers
The text was updated successfully, but these errors were encountered:
I would like to trigger loading the data of a component slightly before it shows up in the viewport.
Reading the
IntesectionObserver
documentation it seemed that this could be achieved by increasing the bottom margin of the root, using therootMargin
option ('0px 0px 200px 0px'). But I probably am mistaken as I could not make it work.Is there a proper way to do it using vue-observe-visibility?
Cheers
The text was updated successfully, but these errors were encountered: