jquery.liquid-slider-custom.min.js
jquery.liquid-slider-custom.min.js
—
HTML,
20 KB (21273 bytes)
Dateiinhalt
if(typeof Object.create!=="function"){Object.create=function(b){function a(){}a.prototype=b;return new a()}}(function(d,c,a,e){var b={determineAnimationType:function(){var f=this,l="animation",j="",h="Webkit Moz O ms Khtml".split(" "),k="",g=0;f.useCSS=false;if(f.elem.style.animationName){f.useCSS=true}if(f.useCSS===false){for(g=0;g<h.length;g++){if(f.elem.style[h[g]+"AnimationName"]!==e){k=h[g];l=k+"Animation";j="-"+k.toLowerCase()+"-";f.useCSS=true;break}}}if(a.documentElement.clientWidth>f.options.useCSSMaxWidth){f.useCSS=false}if(f.useCSS){f.options.continuous=false}},configureCSSTransitions:function(){var f=this,g,h;f.easing={easeOutCubic:"cubic-bezier(.215,.61,.355,1)",easeInOutCubic:"cubic-bezier(.645,.045,.355,1)",easeInCirc:"cubic-bezier(.6,.04,.98,.335)",easeOutCirc:"cubic-bezier(.075,.82,.165,1)",easeInOutCirc:"cubic-bezier(.785,.135,.15,.86)",easeInExpo:"cubic-bezier(.95,.05,.795,.035)",easeOutExpo:"cubic-bezier(.19,1,.22,1)",easeInOutExpo:"cubic-bezier(1,0,0,1)",easeInQuad:"cubic-bezier(.55,.085,.68,.53)",easeOutQuad:"cubic-bezier(.25,.46,.45,.94)",easeInOutQuad:"cubic-bezier(.455,.03,.515,.955)",easeInQuart:"cubic-bezier(.895,.03,.685,.22)",easeOutQuart:"cubic-bezier(.165,.84,.44,1)",easeInOutQuart:"cubic-bezier(.77,0,.175,1)",easeInQuint:"cubic-bezier(.755,.05,.855,.06)",easeOutQuint:"cubic-bezier(.23,1,.32,1)",easeInOutQuint:"cubic-bezier(.86,0,.07,1)",easeInSine:"cubic-bezier(.47,0,.745,.715)",easeOutSine:"cubic-bezier(.39,.575,.565,1)",easeInOutSine:"cubic-bezier(.445,.05,.55,.95)",easeInBack:"cubic-bezier(.6,-.28,.735,.045)",easeOutBack:"cubic-bezier(.175,.885,.32,1.275)",easeInOutBack:"cubic-bezier(.68,-.55,.265,1.55)"};if(f.useCSS){g="all "+f.options.slideEaseDuration+"ms "+f.easing[f.options.slideEaseFunction];h="all "+f.options.autoHeightEaseDuration+"ms "+f.easing[f.options.autoHeightEaseFunction];d(f.panelContainer).css({"-webkit-transition":g,"-moz-transition":g,"-ms-transition":g,"-o-transition":g,transition:g});if(f.options.autoHeight){(f.$sliderId).css({"-webkit-transition":h,"-moz-transition":h,"-ms-transition":h,"-o-transition":h,transition:h})}}},makeResponsive:function(){var f=this;d(f.sliderId+"-wrapper").addClass("liquid-responsive").css({"max-width":d(f.sliderId+" .panel").width(),width:"100%"});d(f.sliderId+" .panel-container").css("width",100*f.panelCount+f.pSign);d(f.sliderId+" .panel").css("width",100/f.panelCount+f.pSign);if(!f.options.autoHeight){(f.$sliderId).css("height",f.getHeighestPanel()+"px")}if(f.options.hideArrowsWhenMobile){f.leftWrapperPadding=d(f.sliderId+"-wrapper").css("padding-left");f.rightWrapperPadding=(f.$sliderWrap).css("padding-right")}if(f.options.dynamicArrows||f.options.dynamicArrowsGraphical){(f.$sliderId).css("padding-top",d(f.sliderId+"-wrapper .liquid-nav-right").css("height"))}f.slideWidth=(f.$sliderId).width();f.pSign="px";if(f.options.responsive){f.responsiveEvents()}d(f.sliderId+"-nav-select").change(function(){f.setCurrent(parseInt(d(this).val().split("tab")[1],10)-1)});d(f.sliderId+"-wrapper").css("width",(f.$sliderId).width());if(f.options.responsive){d(c).bind("resize",function(){f.responsiveEvents();clearTimeout(f.resizingTimeout);f.resizingTimeout=setTimeout(function(){f.adjustHeight();f.transition()},500)})}},responsiveEvents:function(){var g=this,f;if(g.options.responsive){f=(g.options.mobileUIThreshold||(g.totalNavWidth+10||g.options.hideArrowsThreshold));if((g.$sliderId).outerWidth()<f){if(g.options.mobileNavigation&&g.totalNavWidth){(g.$sliderNavUl).css("display","none");d(g.sliderId+"-wrapper .liquid-slider-select-box").css("display","block");d(g.sliderId+"-nav-select").css("display","block");if(g.loaded){d(g.sliderId+"-nav-select").val(g.options.mobileNavDefaultText)}}if(g.options.hideArrowsWhenMobile&&g.options.dynamicArrows){(g.$leftArrow).remove();(g.$rightArrow).remove()}else{if(!g.options.dynamicArrowsGraphical&&g.options.dynamicArrows){(g.$leftArrow).css("margin-"+g.options.dynamicTabsPosition,"0");(g.$rightArrow).css("margin-"+g.options.dynamicTabsPosition,"0")}}}else{if(g.options.mobileNavigation&&g.options.dynamicTabs){(g.$sliderNavUl).css("display","block");d(g.sliderId+"-wrapper .liquid-slider-select-box").css("display","none");d(g.sliderId+"-nav-select").css("display","none")}if(g.options.hideArrowsWhenMobile&&g.options.dynamicArrows&&!(d(g.leftArrow).length||d(g.rightArrow).length)){g.addArrows();g.registerArrows()}else{if(!g.options.dynamicArrowsGraphical&&g.options.dynamicArrows){(g.$leftArrow).css("margin-"+g.options.dynamicTabsPosition,(g.$sliderNavUl).css("height"));(g.$rightArrow).css("margin-"+g.options.dynamicTabsPosition,(g.$sliderNavUl).css("height"))}}}d(g.sliderId+"-wrapper").css("width","100%");g.slideWidth=d(g.sliderId).outerWidth(true)}},addPreloader:function(){var f=this;if(f.useCSS){d(f.sliderId).append('<div class="liquid-slider-preloader"></div>')}else{d(f.sliderId+" .panel-container").children().each(function(){d(this).children().append('<div class="liquid-slider-preloader"></div>')})}},removePreloader:function(){var g=this,f=0;if(g.options.preloader){d(g.sliderId+" .panel").children().each(function(){if(d(this).find(g.options.preloaderElements).not(".liquid-slider-preloader").length){f=g.getHeighestPanel()}else{var h=d(this);h.find(".liquid-slider-preloader").remove();if(h.parent()[0]===d((g.$panelContainer).children()[g.currentTab+~~g.options.continuous])[0]&&g.options.autoHeight){d(g.sliderId).css("height",d((g.$panelContainer).children()[g.currentTab+~~g.options.continuous]).css("height"))}}return f})}},autoSlide:function(){var f=this;if(f.options.autoSlideInterval<f.options.slideEaseDuration){f.options.autoSlideInterval=(f.options.slideEaseDuration>f.options.autoHeightEaseDuration)?f.options.slideEaseDuration:f.options.autoHeightEaseDuration}f.autoslideTimeout=setTimeout(function(){if(typeof f.options.callforwardFunction==="function"&&f.loaded){f.animationCallForward()}f.setCurrent(f.options.autoSliderDirection);f.autoSlide()},f.options.autoSlideInterval);if(typeof f.options.callbackFunction==="function"&&f.loaded){f.animationCallback()}},checkAutoSlideStop:function(){var f=this;if(!f.autoSlideStopped&&f.loaded){if(f.options.autoSlideStopWhenClicked){clearTimeout(f.autoslideTimeout);f.autoSlideStopped=true;if(f.options.autoSlideControls){d("body").find("[data-liquidslider-ref*="+(f.sliderId).split("#")[1]+"][name=stop]").html(f.options.autoSlideStartText)}}else{if(!f.options.hoverArrows&&!f.options.autoSlidePauseOnHover||!f.clickable){f.autoSlide(clearTimeout(f.autoslideTimeout))}}}},addArrows:function(){var f=this;if(f.options.dynamicArrows){(f.$sliderWrap).addClass("arrows");if(f.options.dynamicArrowsGraphical){(f.$sliderId).before('<div class="liquid-nav-left-arrow" data-liquidslider-dir="prev" title="Slide left"><a href="#"></a></div>');(f.$sliderId).after('<div class="liquid-nav-right-arrow" data-liquidslider-dir="next" title="Slide right"><a href="#"></a></div>')}else{(f.$sliderId).before('<div class="liquid-nav-left" data-liquidslider-dir="prev" title="Slide left"><a href="#">'+f.options.dynamicArrowLeftText+"</a></div>");(f.$sliderId).after('<div class="liquid-nav-right" data-liquidslider-dir="next" title="Slide right"><a href="#">'+f.options.dynamicArrowRightText+"</a></div>")}if(f.options.hideSideArrows||f.options.hoverArrows||f.options.hideArrowsWhenMobile){f.leftArrow=f.sliderId+"-wrapper [class^=liquid-nav-left]";f.rightArrow=f.sliderId+"-wrapper [class^=liquid-nav-right]";f.$leftArrow=d(f.leftArrow);f.$rightArrow=d(f.rightArrow);(f.$leftArrow).css({visibility:"hidden",opacity:0});(f.$rightArrow).css({visibility:"hidden",opacity:0})}if(f.options.responsive&&f.options.dynamicArrows&&!f.options.dynamicArrowsGraphical&&(f.options.dynamicTabsAlign!=="center")){(f.$leftArrow).css("margin-"+f.options.dynamicTabsPosition,(f.$sliderNavUl).css("height"));(f.$rightArrow).css("margin-"+f.options.dynamicTabsPosition,(f.$sliderNavUl).css("height"))}f.options.hideSideArrowsDuration=(f.options.hoverArrows)?f.options.hoverArrowDuration:f.options.hideSideArrowsDuration}},hideArrows:function(){var f=this;if(f.currentTab===0||f.currentTab===(f.panelCount-2)*~~(f.options.continuous)){(f.$leftArrow).fadeOut(f.options.hideSideArrowsDuration,function(){d(this).show().css({visibility:"hidden"})});if((f.$rightArrow).css("visibility")==="hidden"&&(!f.options.hoverArrows||f.hoverOn)){(f.$rightArrow).css({opacity:1,visibility:"visible"})}}else{if(f.currentTab===(f.panelCount-(~~(f.options.continuous)*2)-1)||f.currentTab===-1){(f.$rightArrow).fadeOut(f.options.hideSideArrowsDuration,function(){d(this).show().css({visibility:"hidden"})});if((f.$leftArrow).css("visibility")==="hidden"&&(!f.options.hoverArrows||f.hoverOn)){(f.$leftArrow).css({opacity:1,visibility:"visible"})}}else{if(!f.options.hoverArrows||f.hoverOn){if((f.$leftArrow).css("visibility")==="hidden"){(f.$leftArrow).css({opacity:0,visibility:"visible"}).animate({opacity:1},f.options.hideSideArrowsDuration*3)}if((f.$rightArrow).css("visibility")==="hidden"){(f.$rightArrow).css({opacity:0,visibility:"visible"}).animate({opacity:1},f.options.hideSideArrowsDuration*3)}}}}},registerArrows:function(){var f=this;if(f.options.dynamicArrows){d((f.$sliderWrap).find("[class^=liquid-nav-]")).on("click",function(){if(!f.clickable){return false}if(typeof f.options.callforwardFunction==="function"){f.animationCallForward(true)}f.setCurrent(d(this).attr("class").split("-")[2]);if(typeof f.options.callbackFunction==="function"){f.animationCallback(true)}return false});if(f.options.autoSlide){f.checkAutoSlideStop();}}},hover:function(){var f=this;(f.$sliderWrap).hover(function(){if(f.options.hoverArrows&&f.options.dynamicArrows){f.hoverOn=true;(f.$leftArrow).stop(true);(f.$rightArrow).stop(true);if(f.options.hideSideArrows){f.hideArrows()}else{(f.$leftArrow).css({opacity:0,visibility:"visible"}).animate({opacity:1},f.options.hideSideArrowsDurations);(f.$rightArrow).css({opacity:0,visibility:"visible"}).animate({opacity:1},f.options.hideSideArrowsDurations)}}if(f.options.autoSlidePauseOnHover&&f.options.autoSlide){f.dontCallback=true;clearTimeout(f.autoslideTimeout)}},function(){if(f.options.hoverArrows&&f.options.dynamicArrows){f.hoverOn=false;(f.$leftArrow).fadeOut(f.options.hideSideArrowsDuration,function(){d(this).show().css({visibility:"hidden"})});(f.$rightArrow).fadeOut(f.options.hideSideArrowsDuration,function(){d(this).show().css({visibility:"hidden"})})}if(f.options.autoSlidePauseOnHover&&f.options.autoSlide&&f.clickable){f.dontCallback=false;var g=d(".panel-container:animated");if(!f.autoSlideStopped&&!~~g){f.autoSlide(clearTimeout(f.autoslideTimeout))}}})},init:function(g,h){var f=this;f.elem=h;f.$elem=d(h);d("body").removeClass("no-js");f.sliderId="#"+(f.$elem).attr("id");f.$sliderId=d(f.sliderId);f.options=d.extend({},d.fn.liquidSlider.options,g);f.pSign=(f.options.responsive)?"%":"px";if(((navigator.appVersion.indexOf("MSIE 7.")!==-1)||navigator.appVersion.indexOf("MSIE 8.")!==-1)){f.dontAnimateHeight=true}if(f.options.responsive){f.determineAnimationType()}f.build();if(f.options.preloader){f.addPreloader()}if(f.options.autoSlide){f.autoSlide()}f.events();if(f.options.preloader&!f.useCSS){f.removePreloader()}if(f.useCSS){f.clickable=false}d(c).bind("load",function(){if(f.options.preloader){d(".liquid-slider-preloader").each(function(){d(this).fadeOut(f.options.preloaderFadeOutDuration)})}f.loaded=true;f.clickable=true;f.adjustHeightNoAnimation();if(f.options.responsive){f.responsiveEvents(f.loaded)}if(f.options.responsive){f.configureCSSTransitions()}f.readyToSlide=true;f.adjustHeightNoAnimation();f.transition()})},build:function(){var f=this,g;if(f.options.hashLinking){f.getHashTags(c.location.hash);if(typeof(f.hashValue)!=="number"){f.hashValue=1}}f.currentTab=(f.hashValue)?f.hashValue-1:f.options.firstPanelToLoad-1;f.tabTemp=f.currentTab;if((f.$sliderId).parent().attr("class")!=="liquid-slider-wrapper"){(f.$sliderId).wrap('<div id="'+(f.$elem).attr("id")+'-wrapper" class="liquid-slider-wrapper"></div>')}f.$sliderWrap=d(f.sliderId+"-wrapper");d(f.sliderId).children().addClass((f.$elem).attr("id")+"-panel panel");f.panelClass=f.sliderId+" ."+(f.$elem).attr("id")+"-panel";f.$panelClass=d(f.panelClass);(f.$panelClass).wrapAll('<div class="panel-container"></div>');(f.$panelClass).wrapInner('<div class="panel-wrapper"></div>');f.panelContainer=(f.$panelClass).parent();f.$panelContainer=f.panelContainer;if(f.options.slideEaseFunction==="fade"){(f.$panelClass).addClass("fadeClass");f.options.continuous=false;d((f.$panelContainer).children()[f.currentTab]).css("display","block")}if(f.options.autoHeight&&!f.options.responsive){f.adjustHeightNoAnimation(d(d(f.panelContainer).children()[f.currentTab]).height()+~~(d(f.sliderId+"-wrapper .liquid-nav-right").height())+f.pSign)}else{if(!f.options.preloader){f.adjustHeightNoAnimation(d(d(f.panelContainer).children()[f.currentTab]).height())}}if(f.options.dynamicTabs){f.addNavigation()}if(f.options.dynamicArrows){f.addArrows()}else{f.options.hoverArrows=false;f.options.hideSideArrows=false}if(f.options.crossLinks){f.$crosslinks=d("[data-liquidslider-ref*="+(f.sliderId).split("#")[1]+"]")}g=((f.$leftArrow)&&(f.$leftArrow).css("position")==="absolute")?0:1;f.totalSliderWidth=(f.$sliderId).outerWidth(true)+~~(d(f.$leftArrow).outerWidth(true))*g+~~(d(f.$rightArrow).outerWidth(true))*g;d((f.$sliderWrap)).css("width",f.totalSliderWidth);if(f.options.dynamicTabs){f.alignNavigation()}if(f.options.continuous){(f.$panelContainer).prepend((f.$panelContainer).children().last().clone());(f.$panelContainer).append((f.$panelContainer).children().eq(1).clone())}f.clickable=true;f.panelCount=(f.options.slideEaseFunction==="fade")?1:d(f.panelClass).length;f.panelWidth=d(f.panelClass).outerWidth();f.totalWidth=f.panelCount*f.panelWidth;if(f.options.responsive&&!f.useCSS){f.slideWidth=100}else{f.slideWidth=(f.$sliderId).width()}if(f.options.slideEaseFunction!=="fade"&&!f.useCSS){d(f.panelContainer).css("margin-left",(-f.slideWidth*~~(f.options.continuous))+(-f.slideWidth*f.currentTab)+f.pSign)}f.setCurrent(f.currentTab);d(f.sliderId+" .panel-container").css("width",f.totalWidth);if(f.options.responsive){f.makeResponsive()}if(f.useCSS){f.panelWidth=d(f.panelClass).outerWidth();(f.panelContainer).css({"margin-left":"0%"});d(f.panelContainer).css({transform:"translate3d("+((-f.panelWidth*~~(f.options.continuous))+(-f.panelWidth*f.currentTab)+"px")+", 0, 0)","-webkit-transform":"translate3d("+((-f.panelWidth*~~(f.options.continuous))+(-f.panelWidth*f.currentTab)+"px")+", 0, 0)","-moz-transform":"translate3d("+((-f.panelWidth*~~(f.options.continuous))+(-f.panelWidth*f.currentTab)+"px")+", 0, 0)"})}},events:function(){var f=this;if(f.options.dynamicArrows){f.registerArrows()}if(f.options.crossLinks){f.registerCrossLinks()}if(f.options.dynamicTabs){(f.$sliderWrap).find("[class^=liquid-nav] li").on("click",function(){if(!f.clickable){return false}if(typeof f.options.callforwardFunction==="function"){f.animationCallForward(true)}f.setCurrent(parseInt(d(this).attr("class").split("tab")[1],10)-1);if(typeof f.options.callbackFunction==="function"){f.animationCallback(true)}return false})}(f.$sliderWrap).find("*").on("click",function(){if(!f.options.autoSlidePauseOnHover||f.options.autoSlideStopWhenClicked){if(f.options.autoSlide){f.checkAutoSlideStop()}if(f.options.continuous){clearTimeout(f.continuousTimeout)}}});if(f.options.autoSlidePauseOnHover||(f.options.hoverArrows&&f.options.dynamicArrows)){f.hoverable=true;f.hover()}if(f.options.swipe){f.touch()}if(f.options.keyboardNavigation){f.keyboard()}},setCurrent:function(g){var f=this;if(f.clickable){f.clickable=false;if(typeof g==="number"){f.currentTab=g}else{f.currentTab+=(~~(g==="right")||-1);if(!f.options.continuous){f.currentTab=(f.currentTab<0)?d(f.panelClass).length-1:(f.currentTab%d(f.panelClass).length)}}if(f.options.continuous){f.panelHeightCount=f.currentTab+1;if(f.currentTab===f.panelCount-2){f.setTab=0}else{if(f.currentTab===-1){f.setTab=f.panelCount-3}else{f.setTab=f.currentTab}}}else{f.panelHeightCount=f.currentTab;f.setTab=f.currentTab}if(f.options.dynamicTabs){d((f.$sliderWrap)).find(".tab"+(f.setTab+1)+":first a").addClass("current").parent().siblings().children().removeClass("current")}if(f.options.crossLinks){(f.$crosslinks).each(function(){if(f.options.hashCrossLinks){if(d(this).attr("href")===("#"+d(d(f.panelContainer).children()[(f.setTab+~~(f.options.continuous))]).find(f.options.panelTitleSelector).text().replace(/(\s)/g,"-").toLowerCase())){d("[data-liquidslider-ref="+(f.sliderId).split("#")[1]+"]").removeClass("currentCrossLink");d(this).addClass("currentCrossLink")}}else{if(d(this).attr("href")==="#"+(f.setTab+1)){d("[data-liquidslider-ref="+(f.sliderId).split("#")[1]+"]").removeClass("currentCrossLink");d(this).addClass("currentCrossLink")}}})}if(f.options.responsive&&f.options.mobileNavigation&&f.loaded){d(f.sliderId+"-nav-select").val("tab"+(f.setTab+1))}if(f.options.hashLinking){f.updateHashTags(f.currentTab)}if(f.options.hideSideArrows){f.hideArrows()}if(f.$leftArrow&&!f.options.hoverArrows&&f.options.dynamicArrows&&!f.options.hideSideArrows){(f.$leftArrow).css({opacity:1,visibility:"visible"});(f.$rightArrow).css({opacity:1,visibility:"visible"})}this.transition()}},getHeight:function(f){var g=this,h;h=f||d(d(g.panelContainer).children()[g.panelHeightCount]).css("height").split("px")[0];g.setHeight=(g.options.autoHeightRatio)?(((g.$sliderWrap).outerWidth(true)/(g.options.autoHeightRatio).split(":")[1]*(g.options.autoHeightRatio).split(":")[0])):h;g.setHeight=(g.setHeight<h)?g.setHeight:h;g.setHeight=(g.setHeight<g.options.autoHeightMin)?g.options.autoHeightMin:g.setHeight;if(!g.removePre&&g.options.preloader){g.removePre=true;return g.removePreloader()}return g.setHeight},getHeighestPanel:function(){var g=this,f=0,h;d(g.sliderId+" .panel").each(function(){h=d(this).height();f=(h>f)?h:f});return f},adjustHeight:function(i,h,f){var g=this;if(g.options.autoHeight&&(g.useCSS||g.dontAnimateHeight)){g.adjustHeightNoAnimation(f)}else{if(g.options.autoHeight){(g.$sliderId).animate({height:g.getHeight(f)+"px"},{easing:i||g.options.autoHeightEaseFunction,duration:h||g.options.autoHeightEaseDuration,queue:false})}}},adjustHeightNoAnimation:function(f){var g=this;(g.$sliderId).css({height:g.getHeight(f)+"px"})},transition:function(){var f=this;if(f.options.autoHeight){f.adjustHeight()}if(f.options.slideEaseFunction==="fade"){if(f.loaded){d(d(f.panelContainer).children()[f.currentTab]).fadeTo(f.options.fadeInDuration,1).css("z-index",1).siblings().fadeTo(f.options.fadeOutDuration,0).css("z-index",0);setTimeout(function(){if(f.options.continuous){f.continuousSlide()}else{f.clickable=true}},f.options.slideEaseDuration+50)}}else{if(f.loaded||!f.useCSS){if(f.options.continuous){f.marginLeft=-(f.currentTab*f.slideWidth)-f.slideWidth}else{f.marginLeft=-(f.currentTab*f.slideWidth)}if((f.marginLeft+f.pSign)!==(f.panelContainer).css("margin-left")||(f.marginLeft!==-100)){if(f.useCSS&&f.loaded){(f.panelContainer).css({"-webkit-transform":"translate3d("+f.marginLeft+f.pSign+", 0, 0)","-moz-transform":"translate3d("+f.marginLeft+f.pSign+", 0, 0)","-ms-transform":"translate3d("+f.marginLeft+f.pSign+", 0, 0)","-o-transform":"translate3d("+f.marginLeft+f.pSign+", 0, 0)",transform:"translate3d("+f.marginLeft+f.pSign+", 0, 0)"});setTimeout(function(){if(f.options.continuous){f.continuousSlide()}else{f.clickable=true}},f.options.slideEaseDuration+50)}else{(f.panelContainer).animate({"margin-left":f.marginLeft+f.pSign},{easing:f.options.slideEaseFunction,duration:f.options.slideEaseDuration,queue:false,complete:function(){if(f.options.continuous){f.continuousSlide()}else{f.clickable=true}}})}}}}if(f.options.responsive){d(f.sliderId+"-wrapper").css("width",(f.$sliderId).outerWidth(true))}}};d.fn.liquidSlider=function(f){return this.each(function(){var g=Object.create(b);g.init(f,this);d.data(this,"liquidSlider",g)})};d.fn.liquidSlider.options={autoHeight:true,autoHeightMin:0,autoHeightEaseDuration:1500,autoHeightEaseFunction:"easeInOutExpo",autoHeightRatio:null,slideEaseDuration:1500,fadeInDuration:1000,fadeOutDuration:1000,slideEaseFunction:"easeInOutExpo",callforwardFunction:null,callbackFunction:null,autoSlide:false,autoSliderDirection:"right",autoSlideInterval:7000,autoSlideControls:false,autoSlideStartText:"Start",autoSlideStopText:"Stop",autoSlideStopWhenClicked:true,autoSlidePauseOnHover:false,continuous:false,dynamicArrows:true,dynamicArrowsGraphical:true,dynamicArrowLeftText:"« left",dynamicArrowRightText:"right »",hideSideArrows:false,hideSideArrowsDuration:750,hoverArrows:false,hoverArrowDuration:250,dynamicTabs:false,dynamicTabsAlign:"left",dynamicTabsPosition:"top",firstPanelToLoad:1,panelTitleSelector:"h2.title",navElementTag:"div",crossLinks:false,hashLinking:false,hashNames:true,hashCrossLinks:false,hashTitleSelector:"h2.title",hashTagSeparator:"",hashTLD:"",keyboardNavigation:false,leftKey:39,rightKey:37,panelKeys:{1:49,2:50,3:51,4:52},responsive:true,mobileNavigation:true,mobileNavDefaultText:"Menu",mobileUIThreshold:0,hideArrowsWhenMobile:true,hideArrowsThreshold:481,useCSSMaxWidth:1030,preloader:true,preloaderFadeOutDuration:250,preloaderElements:"img,video,iframe,object",swipe:false}})(jQuery,window,document);