Triggers when a scroll begins.
Note that iOS devices freeze DOM manipulation during scroll, queuing them to apply when the scroll finishes. We're currently investigating ways to allow DOM manipulations to apply before a scroll starts.
jQuery( ".selector" ).on( "scrollstart", function( event ) { ... } )
Please login to continue.