DescriptionDescription
This event is triggered when dragging moves and the slider moves.
ArgumentsArguments
Argument | Type | Description |
event | object | Original event object |
distance | object | Vector distances (x, y) of the pointer |
ExampleExample
JS
Grid settings – JS field
wpgb.carousel.on( 'dragMove', function( index, distance ) {
console.log( 'dragMove', event, distance );
} );