saguaros
I add animateOut: 'fadeOut' In file: /templates/ja_landscape//acm/slideshow/tmpl/style-owl.php
but in this way slideshow doesn't work anymore...
<script>
(function($){
jQuery(document).ready(function($) {
$("html[dir='ltr'] #acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
addClassActive: true,
items: 1,
margin: 30,
loop: true,
nav : false,
dots: true,
autoplay: 5000
animateOut: 'fadeOut'