cubiq / iscroll

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

Add optional `touchWaitDuration` parameter #1032

Open jeffmicklos opened 8 years ago

jeffmicklos commented 8 years ago

I was experiencing some jump scrolling happening when doing lots of repeated small drags on an iScroll pane. Having this duration be optional allows developers with acute OCD to set this duration as they see fit. By default, however, it is a no-op since it falls back to 300.

<3 <3