async update on scrolling
animation -> use requestAnimationFrame
sync -> execute within scroll listener
{number} -> execute within this delay using setTimeout
Default
ischrome ? animationelse0
columnPadding
columnPadding:number
column padding to use between columns
Default
0
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