NeXTs / Clusterize.js

Tiny vanilla JS plugin to display large data sets easily
https://clusterize.js.org
MIT License
7.22k stars 412 forks source link

Update to use transform: translateY #132

Open steve-the-edwards opened 6 years ago

steve-the-edwards commented 6 years ago

Hello,

I'm wondering about extending clusterize.js to 'scroll' with translateY on the container rather than scrollTop. This could support accelerated scrolling of complex list items, or places where 'overflow: scroll' is not desired/supported.

Has there ever been discussion about this kind of an extension? I looked but could not find any.