Iam이 현재 페이드 효과가있는 올빼미 회전 목마 2를 사용하려고했지만 기본 스 와이프 효과가 표시됩니다. 어떻게 해결할 수 있습니까? . '페이드 아웃'내가 animateIn을 추가 한올빼미 회전 목마 2 변색 효과가 작동하지 않음
animateIn: 'fadeIn',
nav:true,
loop: true,
responsive: {
0: {
items: 1
},
600: {
items: 2
},
1000: {
items: 3,
slideBy:3,
}
}
});
: 'fadeIn 여기
는, 내 코드
function owlWrapperWidth(selector) {
$(selector).each(function(){
$(this).find('.owl-carousel').outerWidth($(this).closest(selector).innerWidth());
});
}
owlWrapperWidth('.owl-wrapper');
$(window).resize(function() {
owlWrapperWidth($('.owl-wrapper'));
});
$ ('. 올빼미 회전 목마 ') owlCarousel ({ animateOut이야 '하지만 모든
감사에서 더 성공
니스 Working.Thank의를 – mghhgm