cubiq / iscroll

Smooth scrolling for the web
http://iscrolljs.com
MIT License
12.87k stars 3.8k forks source link

IScroll Customizations #1127

Open RALifeCoach opened 7 years ago

RALifeCoach commented 7 years ago

I had some very specific scrolling requirements. Therefore I downloaded iScroll and made some customizations. These included:

  1. Call scroll event when iscroll is disabled.
  2. Set min/max values for scroll. These changes allow me to stop a scroll at a specific pixel and then, while the scroll is paused (disabled), use scroll events to drive animations.

Are these changes of interest to iScroll developers? Other iScroll users?