Closed
Description
This is my configuration
I need to use throttle only when visibility is true and instantly emit an event when item not in the visible port
v-observe-visibility="{
callback: (isVisible, entry) => handelObserveVisibility(isVisible, entry),
once: false,
intersection: {
threshold: 1.0,
},
throttle: 3000 }
Metadata
Metadata
Assignees
Labels
No labels