malihu / malihu-custom-scrollbar-plugin

Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support etc.
http://manos.malihu.gr/jquery-custom-content-scroller
MIT License
4.11k stars 1.5k forks source link

Any plans for a dependency free build (no jquery) ? #477

Open ca-miked opened 8 years ago

ca-miked commented 8 years ago

Thank you for the work on this great plugin Malihu. This is hands down the best scrollbar plugin I've found -- and I've tried them ALL.

We recently moved to react for all builds and aren't using jquery anymore. I would love to continue using this scrollbar moving forward. Are there are any plans to release a vanilla version? Using querySelector it might not be too hard to do actually.

Thanks - Mike D

malihu commented 8 years ago

Hello Mike and thanks for your comments :)

No plan for a vanilla javascript version, at least for the near future. It would require major code overhaul (and the plugin itself would probably be twice the size). The thing is I currently don't have enough time to create and (extensively) test a pure js version, as I'm working on various projects and update/support multiple plugins.

So I can't really say when or if I'll be able to release a non-jQuery version.

ca-miked commented 8 years ago

I 100% understand -- I'm in the same boat ;). Maybe one day when I have some down time I'll fork and take a crack at it. Thanks again.