scrollstart eventversion added: 1.0
Description: Triggers when a scroll begins.
jQuery( ".selector" ).on( "scrollstart", function( event ) { ... } )
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.