117 lines
3.3 KiB
JavaScript
117 lines
3.3 KiB
JavaScript
/*
|
|
|
|
Template: Webster - Responsive Multi-purpose HTML5 Template
|
|
Author: potenzaglobalsolutions.com
|
|
Design and Developed by: potenzaglobalsolutions.com
|
|
|
|
NOTE: This file includes all revolution slider scripts.
|
|
|
|
*/
|
|
|
|
(function($){
|
|
"use strict";
|
|
|
|
|
|
|
|
/*************************************
|
|
slider 10
|
|
**************************************/
|
|
var revapi14,
|
|
tpj=jQuery;
|
|
tpj(document).ready(function() {
|
|
if(tpj("#rev_slider_14_1").revolution == undefined){
|
|
revslider_showDoubleJqueryError("#rev_slider_14_1");
|
|
}else{
|
|
revapi14 = tpj("#rev_slider_14_1").show().revolution({
|
|
sliderType:"standard",
|
|
sliderLayout:"fullwidth",
|
|
dottedOverlay:"none",
|
|
delay:9000,
|
|
navigation: {
|
|
keyboardNavigation:"off",
|
|
keyboard_direction: "horizontal",
|
|
mouseScrollNavigation:"off",
|
|
mouseScrollReverse:"default",
|
|
onHoverStop:"off",
|
|
touch:{
|
|
touchenabled:"on",
|
|
touchOnDesktop:"off",
|
|
swipe_threshold: 75,
|
|
swipe_min_touches: 1,
|
|
swipe_direction: "horizontal",
|
|
drag_block_vertical: false
|
|
}
|
|
,
|
|
bullets: {
|
|
enable:true,
|
|
hide_onmobile:true,
|
|
hide_under:767,
|
|
style:"zeus",
|
|
hide_onleave:false,
|
|
direction:"horizontal",
|
|
h_align:"center",
|
|
v_align:"bottom",
|
|
h_offset:0,
|
|
v_offset:120,
|
|
space:5,
|
|
tmp:''
|
|
}
|
|
,
|
|
arrows: {
|
|
style:"uranus",
|
|
enable:true,
|
|
hide_onmobile:true,
|
|
hide_under:767,
|
|
hide_onleave:false,
|
|
tmp:'',
|
|
left: {
|
|
h_align:"left",
|
|
v_align:"center",
|
|
h_offset:20,
|
|
v_offset:0
|
|
},
|
|
right: {
|
|
h_align:"right",
|
|
v_align:"center",
|
|
h_offset:20,
|
|
v_offset:0
|
|
}
|
|
}
|
|
},
|
|
visibilityLevels:[1240,1024,778,480],
|
|
gridwidth:1920,
|
|
gridheight:850,
|
|
lazyType:"none",
|
|
parallax: {
|
|
type:"mouse",
|
|
origo:"enterpoint",
|
|
speed:400,
|
|
speedbg:0,
|
|
speedls:0,
|
|
levels:[2,3,6,8,10,30,35,40,45,46,47,48,49,50,51,55],
|
|
},
|
|
shadow:0,
|
|
spinner:"spinner2",
|
|
stopLoop:"off",
|
|
stopAfterLoops:-1,
|
|
stopAtSlide:-1,
|
|
shuffle:"off",
|
|
autoHeight:"off",
|
|
disableProgressBar:"on",
|
|
hideThumbsOnMobile:"off",
|
|
hideSliderAtLimit:0,
|
|
hideCaptionAtLimit:0,
|
|
hideAllCaptionAtLilmit:0,
|
|
debugMode:false,
|
|
fallbacks: {
|
|
simplifyAll:"off",
|
|
nextSlideOnWindowFocus:"off",
|
|
disableFocusListener:false,
|
|
}
|
|
});
|
|
}
|
|
});
|
|
|
|
|
|
|
|
})(jQuery); |