DescriptionDescription
This event is triggered when draging starts and slider starts scrolling.
ArgumentsArguments
| Argument | Type | Description |
| event | object | Original event object |
ExampleExample
JS
Grid settings – JS field
wpgb.carousel.on( 'dragStart', function( index ) {
console.log( 'dragStart', event );
} );