(function($){
"use strict";
$(document).ready(function(){
// Onepage
$('#slider1').revolution({
sliderLayout:"fullscreen",
delay:12000,
gridwidth:1600,
gridheight:600,
hideThumbs:10,
navigation: {
onHoverStop: "off",
touch: {
touchenabled: "on",
swipe_threshold: 75,
swipe_min_touches: 1,
swipe_direction: "horizontal",
drag_block_vertical: false
},
arrows:{
enable:true,
style: "hermes",
tmp: '
',
left: {
h_align: "left",
v_align: "center",
h_offset: 0,
v_offset: 0
},
right: {
h_align: "right",
v_align: "center",
h_offset: 0,
v_offset: 0
}
},
bullets:{
style:"",
enable:false,
hide_onmobile:false,
hide_onleave:true,
hide_delay:200,
hide_delay_mobile:1200,
hide_under:0,
hide_over:9999,
direction:"horizontal",
space:12,
h_align:"center",
v_align:"bottom",
h_offset:0,
v_offset:30,
tmp: ''
},
},
parallax:{
type:"scroll",
levels:[5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85],
origo:"enterpoint",
speed:400,
bgparallax:"on",
disable_onmobile:"on"
},
spinner:"spinner4"
});
// Vimeo/Youtube bg
$('#slider2').revolution({
sliderLayout:"fullscreen",
delay:12000,
gridwidth:1600,
gridheight:600,
hideThumbs:10,
navigation: {
onHoverStop: "off",
touch: {
touchenabled: "false",
swipe_threshold: 75,
swipe_min_touches: 1,
swipe_direction: "horizontal",
drag_block_vertical: false
},
arrows:{enable:false},
bullets:{enable:false},
},
parallax:{
type:"scroll",
levels:[5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85],
origo:"enterpoint",
speed:400,
bgparallax:"on",
disable_onmobile:"on"
},
spinner:"spinner4",
stopLoop:"off",
stopAfterLoops:0
});
// Animated Bg
$('#slider3').revolution({
sliderLayout:"fullscreen",
delay:12000,
gridwidth:1600,
gridheight:600,
hideThumbs:10,
fullScreenAutoWidth:"on",
navigation: {
onHoverStop: "off",
touch: {
touchenabled: "on",
swipe_threshold: 75,
swipe_min_touches: 1,
swipe_direction: "horizontal",
drag_block_vertical: false
},
bullets:{
style:"",
enable:true,
hide_onmobile:true,
hide_onleave:true,
hide_delay:200,
hide_delay_mobile:1200,
hide_under:0,
hide_over:9999,
direction:"vertical",
space:12,
h_align:"right",
v_align:"center",
h_offset:40,
v_offset:0,
tmp: ''
},
},
parallax:{
type:"mouse",
levels:[5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85],
origo:"slidercenter",
speed:2000,
bgparallax:"on",
disable_onmobile:"on"
},
spinner:"spinner4"
});
// Multi-Page
$('#slider4').revolution({
sliderLayout:"standard",
delay:12000,
responsiveLevels:[4096,1024,778,420],
gridwidth:[1200,1024,800,400],
gridheight:[720,720,600,600],
minHeight: 300,
hideThumbs:10,
fullScreenAutoWidth:"on",
navigation: {
onHoverStop: "off",
touch: {
touchenabled: "on",
swipe_threshold: 75,
swipe_min_touches: 1,
swipe_direction: "horizontal",
drag_block_vertical: false
},
arrows:{
enable:true,
style: "hermes",
tmp: '',
left: {
h_align: "left",
v_align: "center",
h_offset: 0,
v_offset: 0
},
right: {
h_align: "right",
v_align: "center",
h_offset: 0,
v_offset: 0
}
},
bullets:{
style:"",
enable:true,
hide_onmobile:true,
hide_onleave:true,
hide_delay:200,
hide_delay_mobile:1200,
hide_under:0,
hide_over:9999,
direction:"horizontal",
space:12,
h_align:"center",
v_align:"bottom",
h_offset:0,
v_offset:40,
tmp: ''
},
},
parallax:{
type:"scroll",
levels:[5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85],
origo:"slidercenter",
speed:2000,
bgparallax:"on",
disable_onmobile:"on"
},
spinner:"spinner4"
});
});
})(jQuery);