async update on scrolling
animation -> use requestAnimationFrame
sync -> execute within scroll listener
{number} -> execute within this delay using setTimeout
default
is chrome ? animation else 0
batchSize
batchSize:number
min number of rows that should be added or removed
default
10
minScrollDelta
minScrollDelta:number
minimal number of pixel the scrollbars has to move
async update on scrolling animation -> use requestAnimationFrame sync -> execute within scroll listener {number} -> execute within this delay using setTimeout
is chrome ? animation else 0