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
The bead can be added to any component which has vertical scrolling. When the scrolling reaches the bottom of the component, the bead dispatches a scrollEnd event which can be handled to add content to the dataProvider or similar.
The bead has two properties: offset and interval. offset allows preemptive requesting content at a specific number of pixels before the bottom of the scroll is reached. interval specifies the minimum number of milliseconds between scrollEnd events to prevent rapid-fire requests.
The text was updated successfully, but these errors were encountered:
Added
InfiniteVScroller
in 4628588The bead can be added to any component which has vertical scrolling. When the scrolling reaches the bottom of the component, the bead dispatches a
scrollEnd
event which can be handled to add content to the dataProvider or similar.The bead has two properties:
offset
andinterval
.offset
allows preemptive requesting content at a specific number of pixels before the bottom of the scroll is reached.interval
specifies the minimum number of milliseconds betweenscrollEnd
events to prevent rapid-fire requests.The text was updated successfully, but these errors were encountered: