ilyashubin / scrollbooster

Enjoyable content drag-to-scroll library
https://ilyashubin.github.io/scrollbooster
MIT License
990 stars 81 forks source link

Consider clarifying that bounce works only in scrollMode: 'transform' #101

Open scriptype opened 6 months ago

scriptype commented 6 months ago

Hello, thanks for this useful library. Such a useful utility 💛

I was trying to figure out why the bounce effect didn't work in my use-case, where I was using the scrollMode: 'native' option. I didn't realize that this was probably only available when used together with scrollMode: 'transform'.

I guess the emulateScroll option, similarly, also only makes sense when scrollMode is set to transform. Because, well, in native mode, the mousewheel works as usual, without needing to set this option to true.

So, not a big problem. I just thought that communicating this fact better could save people some time.

Again, thanks for the effort y'all, Cheers ✌️