HI,
we will add the transition option in the next update.
It is not possible by the custom CSS, It needs to edit the PHP file.
Please go to plugins>plugin editor: BM Content builder/include/templates/modules/module-slider.php, find line 450:
$html .= '<div class="'.sanitize_html_class( $owlClassName ).'" data-item="1" data-mobileitem="3" data-center="true" data-autowidth="true" data-slideby="1" data-showdot="false" data-nav="false" data-loop="true" data-lazy="true" ' .sanitize_text_field( join( ' ', $sliderDataTag ) ). '>';
update as:
$html .= '<div class="'.sanitize_html_class( $owlClassName ).'" data-item="1" data-mobileitem="3" data-center="true" data-autowidth="true" data-slideby="1" data-showdot="false" data-nav="false" data-loop="true" data-lazy="true" ' .sanitize_text_field( join( ' ', $sliderDataTag ) ). ' data-transition="900">';
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook