jstoudt / enscroll

A jQuery plugin for custom scrollbars
http://enscrollplugin.com
Other
73 stars 46 forks source link

Prevent wheel propagation #33

Closed gd0385 closed 10 years ago

gd0385 commented 10 years ago

Hi @jstoudt In last version of plugin you fixed the wheel propagation to parent DOM element. And It's was great! Thank you because this resolve many problems.

There is a way to prevent the propagation when the scroll reaches the beginning or the end of the div? Like parameter wheelPropagation in https://github.com/noraesae/perfect-scrollbar

jstoudt commented 10 years ago

Hi @guidadall

I'll look into this and see how much code would be involved. I'm becoming a little apprehensive about adding too many features to this plugin. One of the core goals of this project is to remain lightweight.

As long as there is no little to no performance loss, and the amount of code is small. I'll make it happen.

gd0385 commented 10 years ago

Ok @jstoudt I undestand your concern. Make what's possible and best for the project. I'll wait for your appraisal. Thank you again!

supersuphot commented 10 years ago

Yes, I'm appreciate to have this feature too :)

Nice Job!!

jstoudt commented 10 years ago

OK, you guys twisted my arm. Version 0.6.0 was just released, sporting the new propagateWheelEvent setting. You can find out more in the documentation on the site.

supersuphot commented 10 years ago

Awesome Man!!!

gd0385 commented 10 years ago

Tks!