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
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
is chrome ? animation else 0