Carousel dragMove

DescriptionDescription

This event is triggered when dragging moves and the slider moves.

ArgumentsArguments

ArgumentTypeDescription
eventobject Original event object
distanceobjectVector distances (x, y) of the pointer

ExampleExample

JS
Grid settings – JS field
wpgb.carousel.on( 'dragMove', function( index, distance ) {

	console.log( 'dragMove', event, distance );

} );