Personalisable Inspirations
require(['jquery','owlSlider','domReady!'],function($){
var owl = $('.2b2135a82505f4ba2afe4bcfc26498fc');
if(owl.length){
owl.on('initialized.owl.carousel', function(e) {
var parentDiv = $(this).parent();
if(parentDiv.hasClass('loading'))
{
parentDiv.removeClass('loading');
parentDiv.removeAttr('style');
}
var firstImage = parentDiv.find('div.f-image');
firstImage.fadeTo('slow',1000);
firstImage.remove();
});
owl.owlCarousel({
animateOut: "fadeOut",
animateIn: "fadeIn",
items: 1,
loop: true,
startPosition: 0,
rtl: ThemeOptions.rtl_layout == 1 ? true : false,
autoplay : false,
autoplayHoverPause : true,
autoplayTimeout: 3000,
nav: false,
dots: true,
lazyLoad: false,
URLhashListener: false,
});
}
});