UNPKG

iscroll

Version:

Smooth scrolling for the web

8 lines (6 loc) 252 B
if ( this.scroller.options.probeType == 1 && timestamp - this.startTime > 300 ) { this.startTime = timestamp; this.scroller._execEvent('scroll'); } else if ( this.scroller.options.probeType > 1 ) { this.scroller._execEvent('scroll'); }