animateOut: 'fadeOut'
. А если эту строчку убрать и оставить дефолтную анимацию смены слайдов сдвигом влево то smartSpeed работает. items: 1,
loop: true,
mouseDrag: false,
touchDrag: false,
dots: false,
autoplay: true,
autoplayTimeout: 3000,
animateOut: 'fadeOut',
animateIn: 'fadeIn',
smartSpeed: 1500,
responsiveBaseElement: '.slider-container'
.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}