Inital Commit
This commit is contained in:
28
public/sunsarioverseas/js/rev-sliders/_slider.js
Normal file
28
public/sunsarioverseas/js/rev-sliders/_slider.js
Normal file
@ -0,0 +1,28 @@
|
||||
var options = {
|
||||
autoPlay: true,
|
||||
autoPlay: 2000,
|
||||
accessibility: true,
|
||||
prevNextButtons: true,
|
||||
pageDots: true,
|
||||
setGallerySize: false,
|
||||
arrowShape: {
|
||||
x0: 10,
|
||||
x1: 60,
|
||||
y1: 50,
|
||||
x2: 60,
|
||||
y2: 45,
|
||||
x3: 15
|
||||
}
|
||||
};
|
||||
|
||||
var carousel = document.querySelector('[data-carousel]');
|
||||
var slides = document.getElementsByClassName('carousel-cell');
|
||||
var flkty = new Flickity(carousel, options);
|
||||
|
||||
flkty.on('scroll', function () {
|
||||
flkty.slides.forEach(function (slide, i) {
|
||||
var image = slides[i];
|
||||
var x = (slide.target + flkty.x) * -1 / 3;
|
||||
image.style.backgroundPosition = x + 'px';
|
||||
});
|
||||
});
|
97
public/sunsarioverseas/js/rev-sliders/beauty.js
Normal file
97
public/sunsarioverseas/js/rev-sliders/beauty.js
Normal file
@ -0,0 +1,97 @@
|
||||
var tpj = jQuery;
|
||||
var revapi1077;
|
||||
tpj(document).ready(function () {
|
||||
if (tpj("#rev_slider_1077_1").revolution == undefined) {
|
||||
revslider_showDoubleJqueryError("#rev_slider_1077_1");
|
||||
} else {
|
||||
revapi1077 = tpj("#rev_slider_1077_1").show().revolution({
|
||||
sliderType: "standard",
|
||||
jsFileLocation: "revolution/js/",
|
||||
sliderLayout: "fullscreen",
|
||||
dottedOverlay: "none",
|
||||
delay: 9000,
|
||||
navigation: {
|
||||
keyboardNavigation: "off",
|
||||
keyboard_direction: "horizontal",
|
||||
mouseScrollNavigation: "off",
|
||||
mouseScrollReverse: "default",
|
||||
onHoverStop: "off",
|
||||
touch: {
|
||||
touchenabled: "on",
|
||||
swipe_threshold: 75,
|
||||
swipe_min_touches: 1,
|
||||
swipe_direction: "horizontal",
|
||||
drag_block_vertical: false
|
||||
},
|
||||
bullets: {
|
||||
enable: true,
|
||||
hide_onmobile: true,
|
||||
hide_under: 960,
|
||||
style: "zeus",
|
||||
hide_onleave: false,
|
||||
direction: "horizontal",
|
||||
h_align: "right",
|
||||
v_align: "bottom",
|
||||
h_offset: 80,
|
||||
v_offset: 50,
|
||||
space: 5,
|
||||
tmp: '<span class="tp-bullet-image"></span><span class="tp-bullet-imageoverlay"></span><span class="tp-bullet-title">{{title}}</span>'
|
||||
}
|
||||
},
|
||||
responsiveLevels: [1240, 1024, 778, 480],
|
||||
visibilityLevels: [1240, 1024, 778, 480],
|
||||
gridwidth: [1240, 1024, 778, 480],
|
||||
gridheight: [868, 768, 960, 720],
|
||||
lazyType: "none",
|
||||
parallax: {
|
||||
type: "mouse",
|
||||
origo: "slidercenter",
|
||||
speed: 2000,
|
||||
levels: [2, 3, 4, 5, 6, 7, 12, 16, 10, 50, 46, 47, 48, 49, 50, 55],
|
||||
type: "mouse",
|
||||
disable_onmobile: "on"
|
||||
},
|
||||
shadow: 0,
|
||||
spinner: "off",
|
||||
stopLoop: "on",
|
||||
stopAfterLoops: 0,
|
||||
stopAtSlide: 1,
|
||||
shuffle: "off",
|
||||
autoHeight: "off",
|
||||
fullScreenAutoWidth: "off",
|
||||
fullScreenAlignForce: "off",
|
||||
fullScreenOffsetContainer: "",
|
||||
fullScreenOffset: "60px",
|
||||
disableProgressBar: "on",
|
||||
hideThumbsOnMobile: "off",
|
||||
hideSliderAtLimit: 0,
|
||||
hideCaptionAtLimit: 0,
|
||||
hideAllCaptionAtLilmit: 0,
|
||||
debugMode: false,
|
||||
fallbacks: {
|
||||
simplifyAll: "off",
|
||||
nextSlideOnWindowFocus: "off",
|
||||
disableFocusListener: false,
|
||||
}
|
||||
});
|
||||
var newCall = new Object(),
|
||||
cslide;
|
||||
|
||||
newCall.callback = function () {
|
||||
var proc = revapi1077.revgetparallaxproc(),
|
||||
fade = 1 + proc,
|
||||
scale = 1 + (Math.abs(proc) / 10);
|
||||
|
||||
punchgs.TweenLite.set(revapi1077.find('.slotholder, .rs-background-video-layer'), {
|
||||
opacity: fade,
|
||||
scale: scale
|
||||
});
|
||||
}
|
||||
newCall.inmodule = "parallax";
|
||||
newCall.atposition = "start";
|
||||
|
||||
revapi1077.bind("revolution.slide.onloaded", function (e) {
|
||||
revapi1077.revaddcallback(newCall);
|
||||
});
|
||||
}
|
||||
}); /*ready*/
|
96
public/sunsarioverseas/js/rev-sliders/cargo.js
Normal file
96
public/sunsarioverseas/js/rev-sliders/cargo.js
Normal file
@ -0,0 +1,96 @@
|
||||
var tpj=jQuery;
|
||||
|
||||
var revapi465;
|
||||
tpj(document).ready(function() {
|
||||
if(tpj("#rev_slider_465_1").revolution == undefined){
|
||||
revslider_showDoubleJqueryError("#rev_slider_465_1");
|
||||
}else{
|
||||
revapi465 = tpj("#rev_slider_465_1").show().revolution({
|
||||
sliderType:"standard",
|
||||
jsFileLocation:"revolution/js/",
|
||||
sliderLayout:"fullwidth",
|
||||
dottedOverlay:"none",
|
||||
delay:9000,
|
||||
navigation: {
|
||||
keyboardNavigation:"off",
|
||||
keyboard_direction: "horizontal",
|
||||
mouseScrollNavigation:"off",
|
||||
mouseScrollReverse:"default",
|
||||
onHoverStop:"off",
|
||||
touch:{
|
||||
touchenabled:"on",
|
||||
swipe_threshold: 75,
|
||||
swipe_min_touches: 1,
|
||||
swipe_direction: "horizontal",
|
||||
drag_block_vertical: false
|
||||
}
|
||||
,
|
||||
arrows: {
|
||||
style:"metis",
|
||||
enable:true,
|
||||
hide_onmobile:false,
|
||||
hide_onleave:false,
|
||||
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: {
|
||||
enable:true,
|
||||
hide_onmobile:true,
|
||||
hide_under:768,
|
||||
style:"hermes",
|
||||
hide_onleave:false,
|
||||
direction:"horizontal",
|
||||
h_align:"center",
|
||||
v_align:"bottom",
|
||||
h_offset:0,
|
||||
v_offset:30,
|
||||
space:5,
|
||||
tmp:''
|
||||
}
|
||||
},
|
||||
responsiveLevels:[1240,1024,778,480],
|
||||
visibilityLevels:[1240,1024,778,480],
|
||||
gridwidth:[1240,1024,778,480],
|
||||
gridheight:[800,768,960,720],
|
||||
lazyType:"smart",
|
||||
parallax: {
|
||||
type:"scroll",
|
||||
origo:"enterpoint",
|
||||
speed:400,
|
||||
levels:[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,55],
|
||||
type:"scroll",
|
||||
disable_onmobile:"on"
|
||||
},
|
||||
shadow:0,
|
||||
spinner:"off",
|
||||
stopLoop:"on",
|
||||
stopAfterLoops:0,
|
||||
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,
|
||||
}
|
||||
});
|
||||
}
|
||||
}); /*ready*/
|
63
public/sunsarioverseas/js/rev-sliders/charity.js
Normal file
63
public/sunsarioverseas/js/rev-sliders/charity.js
Normal file
@ -0,0 +1,63 @@
|
||||
var tpj=jQuery;
|
||||
var revapi24;
|
||||
tpj(document).ready(function() {
|
||||
if(tpj("#rev_slider_24_1").revolution == undefined){
|
||||
revslider_showDoubleJqueryError("#rev_slider_24_1");
|
||||
}else{
|
||||
revapi24 = tpj("#rev_slider_24_1").show().revolution({
|
||||
sliderType:"standard",
|
||||
jsFileLocation:"revolution/js/",
|
||||
sliderLayout:"fullscreen",
|
||||
dottedOverlay:"none",
|
||||
delay:9000,
|
||||
navigation: {
|
||||
keyboardNavigation:"off",
|
||||
keyboard_direction: "horizontal",
|
||||
mouseScrollNavigation:"off",
|
||||
mouseScrollReverse:"default",
|
||||
onHoverStop:"off",
|
||||
bullets: {
|
||||
enable:true,
|
||||
hide_onmobile:false,
|
||||
style:"bullet-bar",
|
||||
hide_onleave:false,
|
||||
direction:"horizontal",
|
||||
h_align:"center",
|
||||
v_align:"bottom",
|
||||
h_offset:0,
|
||||
v_offset:50,
|
||||
space:5,
|
||||
tmp:''
|
||||
}
|
||||
},
|
||||
responsiveLevels:[1240,1024,778,480],
|
||||
visibilityLevels:[1240,1024,778,480],
|
||||
gridwidth:[1240,1024,778,480],
|
||||
gridheight:[868,768,960,720],
|
||||
lazyType:"none",
|
||||
shadow:0,
|
||||
spinner:"off",
|
||||
stopLoop:"off",
|
||||
stopAfterLoops:-1,
|
||||
stopAtSlide:-1,
|
||||
shuffle:"off",
|
||||
autoHeight:"off",
|
||||
fullScreenAutoWidth:"off",
|
||||
fullScreenAlignForce:"off",
|
||||
fullScreenOffsetContainer: "",
|
||||
fullScreenOffset: "60px",
|
||||
hideThumbsOnMobile:"off",
|
||||
hideSliderAtLimit:0,
|
||||
hideCaptionAtLimit:0,
|
||||
hideAllCaptionAtLilmit:0,
|
||||
debugMode:false,
|
||||
fallbacks: {
|
||||
simplifyAll:"off",
|
||||
nextSlideOnWindowFocus:"off",
|
||||
disableFocusListener:false,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
if(revapi24) revapi24.revSliderSlicey();
|
||||
}); /*ready*/
|
82
public/sunsarioverseas/js/rev-sliders/cleaning.js
Normal file
82
public/sunsarioverseas/js/rev-sliders/cleaning.js
Normal file
@ -0,0 +1,82 @@
|
||||
var tpj=jQuery;
|
||||
|
||||
var revapi1083;
|
||||
tpj(document).ready(function() {
|
||||
if(tpj("#rev_slider_1083_1").revolution == undefined){
|
||||
revslider_showDoubleJqueryError("#rev_slider_1083_1");
|
||||
}else{
|
||||
revapi1083 = tpj("#rev_slider_1083_1").show().revolution({
|
||||
sliderType:"standard",
|
||||
jsFileLocation:"revolution/js/",
|
||||
sliderLayout:"auto",
|
||||
dottedOverlay:"none",
|
||||
delay:6000,
|
||||
navigation: {
|
||||
keyboardNavigation:"off",
|
||||
keyboard_direction: "horizontal",
|
||||
mouseScrollNavigation:"off",
|
||||
mouseScrollReverse:"default",
|
||||
onHoverStop:"off",
|
||||
touch:{
|
||||
touchenabled:"on",
|
||||
swipe_threshold: 75,
|
||||
swipe_min_touches: 1,
|
||||
swipe_direction: "horizontal",
|
||||
drag_block_vertical: false
|
||||
}
|
||||
,
|
||||
bullets: {
|
||||
enable:true,
|
||||
hide_onmobile:true,
|
||||
hide_under:600,
|
||||
style:"hermes",
|
||||
hide_onleave:true,
|
||||
hide_delay:200,
|
||||
hide_delay_mobile:1200,
|
||||
direction:"vertical",
|
||||
h_align:"right",
|
||||
v_align:"center",
|
||||
h_offset:30,
|
||||
v_offset:0,
|
||||
space:5,
|
||||
tmp:''
|
||||
}
|
||||
},
|
||||
viewPort: {
|
||||
enable:true,
|
||||
outof:"pause",
|
||||
visible_area:"80%",
|
||||
presize:false
|
||||
},
|
||||
responsiveLevels:[1240,1024,778,480],
|
||||
visibilityLevels:[1240,1024,778,480],
|
||||
gridwidth:[1240,1024,778,480],
|
||||
gridheight:[868,768,960,720],
|
||||
lazyType:"none",
|
||||
parallax: {
|
||||
type:"mouse",
|
||||
origo:"slidercenter",
|
||||
speed:2000,
|
||||
levels:[2,3,4,5,6,7,12,16,10,50,46,47,48,49,50,55],
|
||||
type:"mouse",
|
||||
},
|
||||
shadow:0,
|
||||
spinner:"off",
|
||||
stopLoop:"off",
|
||||
stopAfterLoops:-1,
|
||||
stopAtSlide:-1,
|
||||
shuffle:"off",
|
||||
autoHeight:"off",
|
||||
hideThumbsOnMobile:"off",
|
||||
hideSliderAtLimit:0,
|
||||
hideCaptionAtLimit:0,
|
||||
hideAllCaptionAtLilmit:0,
|
||||
debugMode:false,
|
||||
fallbacks: {
|
||||
simplifyAll:"off",
|
||||
nextSlideOnWindowFocus:"off",
|
||||
disableFocusListener:false,
|
||||
}
|
||||
});
|
||||
}
|
||||
}); /*ready*/
|
78
public/sunsarioverseas/js/rev-sliders/construction.js
Normal file
78
public/sunsarioverseas/js/rev-sliders/construction.js
Normal file
@ -0,0 +1,78 @@
|
||||
var tpj = jQuery;
|
||||
|
||||
var revapi1059;
|
||||
tpj(document).ready(function () {
|
||||
if (tpj("#rev_slider_1059_1").revolution == undefined) {
|
||||
revslider_showDoubleJqueryError("#rev_slider_1059_1");
|
||||
} else {
|
||||
revapi1059 = tpj("#rev_slider_1059_1").show().revolution({
|
||||
sliderType: "standard",
|
||||
jsFileLocation: "revolution/js/",
|
||||
sliderLayout: "fullscreen",
|
||||
dottedOverlay: "none",
|
||||
delay: 9000,
|
||||
navigation: {
|
||||
keyboardNavigation: "off",
|
||||
keyboard_direction: "horizontal",
|
||||
mouseScrollNavigation: "off",
|
||||
mouseScrollReverse: "default",
|
||||
onHoverStop: "off",
|
||||
touch: {
|
||||
touchenabled: "on",
|
||||
swipe_threshold: 75,
|
||||
swipe_min_touches: 50,
|
||||
swipe_direction: "horizontal",
|
||||
drag_block_vertical: false
|
||||
},
|
||||
bullets: {
|
||||
enable: true,
|
||||
hide_onmobile: true,
|
||||
hide_under: 800,
|
||||
style: "zeus",
|
||||
hide_onleave: false,
|
||||
direction: "horizontal",
|
||||
h_align: "center",
|
||||
v_align: "bottom",
|
||||
h_offset: 0,
|
||||
v_offset: 30,
|
||||
space: 5,
|
||||
tmp: '<span class="tp-bullet-image"></span><span class="tp-bullet-imageoverlay"></span><span class="tp-bullet-title">{{title}}</span>'
|
||||
}
|
||||
},
|
||||
responsiveLevels: [1240, 1024, 778, 480],
|
||||
visibilityLevels: [1240, 1024, 778, 480],
|
||||
gridwidth: [1240, 1024, 778, 480],
|
||||
gridheight: [868, 768, 960, 720],
|
||||
lazyType: "none",
|
||||
parallax: {
|
||||
type: "scroll",
|
||||
origo: "slidercenter",
|
||||
speed: 1000,
|
||||
levels: [5, 10, 15, 20, 25, 30, 35, 40, 45, 46, 47, 48, 49, 50, 100, 55],
|
||||
type: "scroll",
|
||||
},
|
||||
shadow: 0,
|
||||
spinner: "off",
|
||||
stopLoop: "on",
|
||||
stopAfterLoops: 0,
|
||||
stopAtSlide: 1,
|
||||
shuffle: "off",
|
||||
autoHeight: "off",
|
||||
fullScreenAutoWidth: "off",
|
||||
fullScreenAlignForce: "off",
|
||||
fullScreenOffsetContainer: "",
|
||||
fullScreenOffset: "60px",
|
||||
disableProgressBar: "on",
|
||||
hideThumbsOnMobile: "off",
|
||||
hideSliderAtLimit: 0,
|
||||
hideCaptionAtLimit: 0,
|
||||
hideAllCaptionAtLilmit: 0,
|
||||
debugMode: false,
|
||||
fallbacks: {
|
||||
simplifyAll: "off",
|
||||
nextSlideOnWindowFocus: "off",
|
||||
disableFocusListener: false,
|
||||
}
|
||||
});
|
||||
}
|
||||
}); /*ready*/
|
105
public/sunsarioverseas/js/rev-sliders/corporate.js
Normal file
105
public/sunsarioverseas/js/rev-sliders/corporate.js
Normal file
@ -0,0 +1,105 @@
|
||||
var tpj = jQuery;
|
||||
var revapi149;
|
||||
tpj(document).ready(function () {
|
||||
if (tpj("#rev_slider_149_1").revolution == undefined) {
|
||||
revslider_showDoubleJqueryError("#rev_slider_149_1");
|
||||
} else {
|
||||
revapi149 = tpj("#rev_slider_149_1").show().revolution({
|
||||
sliderType: "standard",
|
||||
jsFileLocation: "revolution/js/",
|
||||
sliderLayout: "fullscreen",
|
||||
dottedOverlay: "none",
|
||||
delay: 9000,
|
||||
snow: {
|
||||
startSlide: "first",
|
||||
endSlide: "last",
|
||||
maxNum: "400",
|
||||
minSize: "0.2",
|
||||
maxSize: "6",
|
||||
minOpacity: "0.3",
|
||||
maxOpacity: "1",
|
||||
minSpeed: "30",
|
||||
maxSpeed: "100",
|
||||
minSinus: "1",
|
||||
maxSinus: "100",
|
||||
},
|
||||
navigation: {
|
||||
keyboardNavigation: "off",
|
||||
keyboard_direction: "vertical",
|
||||
mouseScrollNavigation: "off",
|
||||
mouseScrollReverse: "default",
|
||||
onHoverStop: "off",
|
||||
touch: {
|
||||
touchenabled: "on",
|
||||
swipe_threshold: 75,
|
||||
swipe_min_touches: 1,
|
||||
swipe_direction: "horizontal",
|
||||
drag_block_vertical: false
|
||||
},
|
||||
arrows: {
|
||||
style: "uranus",
|
||||
enable: true,
|
||||
hide_onmobile: false,
|
||||
hide_onleave: false,
|
||||
tmp: '',
|
||||
left: {
|
||||
h_align: "left",
|
||||
v_align: "center",
|
||||
h_offset: 10,
|
||||
v_offset: 0
|
||||
},
|
||||
right: {
|
||||
h_align: "right",
|
||||
v_align: "center",
|
||||
h_offset: 10,
|
||||
v_offset: 0
|
||||
}
|
||||
}
|
||||
},
|
||||
responsiveLevels: [1240, 1024, 778, 480],
|
||||
visibilityLevels: [1240, 1024, 778, 480],
|
||||
gridwidth: [1240, 1024, 778, 480],
|
||||
gridheight: [868, 768, 960, 720],
|
||||
lazyType: "none",
|
||||
scrolleffect: {
|
||||
blur: "on",
|
||||
maxblur: "20",
|
||||
on_slidebg: "on",
|
||||
direction: "top",
|
||||
multiplicator: "2",
|
||||
multiplicator_layers: "2",
|
||||
tilt: "10",
|
||||
disable_on_mobile: "off",
|
||||
},
|
||||
parallax: {
|
||||
type: "scroll",
|
||||
origo: "slidercenter",
|
||||
speed: 400,
|
||||
levels: [5, 10, 15, 20, 25, 30, 35, 40, 45, 46, 47, 48, 49, 50, 51, 55],
|
||||
},
|
||||
shadow: 0,
|
||||
spinner: "spinner3",
|
||||
stopLoop: "off",
|
||||
stopAfterLoops: -1,
|
||||
stopAtSlide: -1,
|
||||
shuffle: "off",
|
||||
autoHeight: "off",
|
||||
fullScreenAutoWidth: "off",
|
||||
fullScreenAlignForce: "off",
|
||||
fullScreenOffsetContainer: "",
|
||||
fullScreenOffset: "60px",
|
||||
hideThumbsOnMobile: "off",
|
||||
hideSliderAtLimit: 0,
|
||||
hideCaptionAtLimit: 0,
|
||||
hideAllCaptionAtLilmit: 0,
|
||||
debugMode: false,
|
||||
fallbacks: {
|
||||
simplifyAll: "off",
|
||||
nextSlideOnWindowFocus: "off",
|
||||
disableFocusListener: false,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// RsSnowAddOn(tpj, revapi149);
|
||||
}); /*ready*/
|
96
public/sunsarioverseas/js/rev-sliders/dealer.js
Normal file
96
public/sunsarioverseas/js/rev-sliders/dealer.js
Normal file
@ -0,0 +1,96 @@
|
||||
var tpj=jQuery;
|
||||
|
||||
var revapi465;
|
||||
tpj(document).ready(function() {
|
||||
if(tpj("#rev_slider_465_1").revolution == undefined){
|
||||
revslider_showDoubleJqueryError("#rev_slider_465_1");
|
||||
}else{
|
||||
revapi465 = tpj("#rev_slider_465_1").show().revolution({
|
||||
sliderType:"standard",
|
||||
jsFileLocation:"revolution/js/",
|
||||
sliderLayout:"fullwidth",
|
||||
dottedOverlay:"none",
|
||||
delay:9000,
|
||||
navigation: {
|
||||
keyboardNavigation:"off",
|
||||
keyboard_direction: "horizontal",
|
||||
mouseScrollNavigation:"off",
|
||||
mouseScrollReverse:"default",
|
||||
onHoverStop:"off",
|
||||
touch:{
|
||||
touchenabled:"on",
|
||||
swipe_threshold: 75,
|
||||
swipe_min_touches: 1,
|
||||
swipe_direction: "horizontal",
|
||||
drag_block_vertical: false
|
||||
}
|
||||
,
|
||||
arrows: {
|
||||
style:"metis",
|
||||
enable:true,
|
||||
hide_onmobile:false,
|
||||
hide_onleave:false,
|
||||
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: {
|
||||
enable:true,
|
||||
hide_onmobile:true,
|
||||
hide_under:768,
|
||||
style:"hermes",
|
||||
hide_onleave:false,
|
||||
direction:"horizontal",
|
||||
h_align:"center",
|
||||
v_align:"bottom",
|
||||
h_offset:0,
|
||||
v_offset:30,
|
||||
space:5,
|
||||
tmp:''
|
||||
}
|
||||
},
|
||||
responsiveLevels:[1240,1024,778,480],
|
||||
visibilityLevels:[1240,1024,778,480],
|
||||
gridwidth:[1240,1024,778,480],
|
||||
gridheight:[800,768,960,650],
|
||||
lazyType:"smart",
|
||||
parallax: {
|
||||
type:"scroll",
|
||||
origo:"enterpoint",
|
||||
speed:400,
|
||||
levels:[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,55],
|
||||
type:"scroll",
|
||||
disable_onmobile:"on"
|
||||
},
|
||||
shadow:0,
|
||||
spinner:"off",
|
||||
stopLoop:"on",
|
||||
stopAfterLoops:0,
|
||||
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,
|
||||
}
|
||||
});
|
||||
}
|
||||
}); /*ready*/
|
107
public/sunsarioverseas/js/rev-sliders/dental.js
Normal file
107
public/sunsarioverseas/js/rev-sliders/dental.js
Normal file
@ -0,0 +1,107 @@
|
||||
var tpj=jQuery;
|
||||
|
||||
var revapi149;
|
||||
tpj(document).ready(function() {
|
||||
if(tpj("#rev_slider_149_1").revolution == undefined){
|
||||
revslider_showDoubleJqueryError("#rev_slider_149_1");
|
||||
}else{
|
||||
revapi149 = tpj("#rev_slider_149_1").show().revolution({
|
||||
sliderType:"standard",
|
||||
jsFileLocation:"revolution/js/",
|
||||
sliderLayout:"fullscreen",
|
||||
dottedOverlay:"none",
|
||||
delay:9000,
|
||||
snow: {
|
||||
startSlide: "first",
|
||||
endSlide: "last",
|
||||
maxNum: "400",
|
||||
minSize: "0.2",
|
||||
maxSize: "6",
|
||||
minOpacity: "0.3",
|
||||
maxOpacity: "1",
|
||||
minSpeed: "30",
|
||||
maxSpeed: "100",
|
||||
minSinus: "1",
|
||||
maxSinus: "100",
|
||||
},
|
||||
navigation: {
|
||||
keyboardNavigation:"off",
|
||||
keyboard_direction: "vertical",
|
||||
mouseScrollNavigation:"off",
|
||||
mouseScrollReverse:"default",
|
||||
onHoverStop:"off",
|
||||
touch:{
|
||||
touchenabled:"on",
|
||||
swipe_threshold: 75,
|
||||
swipe_min_touches: 1,
|
||||
swipe_direction: "horizontal",
|
||||
drag_block_vertical: false
|
||||
}
|
||||
,
|
||||
arrows: {
|
||||
style:"uranus",
|
||||
enable:true,
|
||||
hide_onmobile:false,
|
||||
hide_onleave:false,
|
||||
tmp:'',
|
||||
left: {
|
||||
h_align:"left",
|
||||
v_align:"center",
|
||||
h_offset:10,
|
||||
v_offset:0
|
||||
},
|
||||
right: {
|
||||
h_align:"right",
|
||||
v_align:"center",
|
||||
h_offset:10,
|
||||
v_offset:0
|
||||
}
|
||||
}
|
||||
},
|
||||
responsiveLevels:[1240,1024,778,480],
|
||||
visibilityLevels:[1240,1024,778,480],
|
||||
gridwidth:[1240,1024,778,480],
|
||||
gridheight:[868,768,960,720],
|
||||
lazyType:"none",
|
||||
scrolleffect: {
|
||||
blur:"on",
|
||||
maxblur:"20",
|
||||
on_slidebg:"on",
|
||||
direction:"top",
|
||||
multiplicator:"2",
|
||||
multiplicator_layers:"2",
|
||||
tilt:"10",
|
||||
disable_on_mobile:"off",
|
||||
},
|
||||
parallax: {
|
||||
type:"scroll",
|
||||
origo:"slidercenter",
|
||||
speed:400,
|
||||
levels:[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,55],
|
||||
},
|
||||
shadow:0,
|
||||
spinner:"spinner3",
|
||||
stopLoop:"off",
|
||||
stopAfterLoops:-1,
|
||||
stopAtSlide:-1,
|
||||
shuffle:"off",
|
||||
autoHeight:"off",
|
||||
fullScreenAutoWidth:"off",
|
||||
fullScreenAlignForce:"off",
|
||||
fullScreenOffsetContainer: "",
|
||||
fullScreenOffset: "60px",
|
||||
hideThumbsOnMobile:"off",
|
||||
hideSliderAtLimit:0,
|
||||
hideCaptionAtLimit:0,
|
||||
hideAllCaptionAtLilmit:0,
|
||||
debugMode:false,
|
||||
fallbacks: {
|
||||
simplifyAll:"off",
|
||||
nextSlideOnWindowFocus:"off",
|
||||
disableFocusListener:false,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// RsSnowAddOn(tpj, revapi149);
|
||||
}); /*ready*/
|
108
public/sunsarioverseas/js/rev-sliders/education.js
Normal file
108
public/sunsarioverseas/js/rev-sliders/education.js
Normal file
@ -0,0 +1,108 @@
|
||||
var tpj = jQuery;
|
||||
|
||||
var revapi1164;
|
||||
tpj(document).ready(function () {
|
||||
if (tpj("#rev_slider_1164_1").revolution == undefined) {
|
||||
revslider_showDoubleJqueryError("#rev_slider_1164_1");
|
||||
} else {
|
||||
revapi1164 = tpj("#rev_slider_1164_1").show().revolution({
|
||||
sliderType: "standard",
|
||||
jsFileLocation: "revolution/js/",
|
||||
sliderLayout: "fullscreen",
|
||||
dottedOverlay: "none",
|
||||
delay: 9000,
|
||||
navigation: {
|
||||
keyboardNavigation: "off",
|
||||
keyboard_direction: "horizontal",
|
||||
mouseScrollNavigation: "off",
|
||||
mouseScrollReverse: "default",
|
||||
onHoverStop: "off",
|
||||
touch: {
|
||||
touchenabled: "on",
|
||||
swipe_threshold: 75,
|
||||
swipe_min_touches: 1,
|
||||
swipe_direction: "horizontal",
|
||||
drag_block_vertical: false
|
||||
},
|
||||
arrows: {
|
||||
style: "gyges",
|
||||
enable: true,
|
||||
hide_onmobile: false,
|
||||
hide_over: 1199,
|
||||
hide_onleave: false,
|
||||
tmp: '',
|
||||
left: {
|
||||
h_align: "right",
|
||||
v_align: "bottom",
|
||||
h_offset: 60,
|
||||
v_offset: 20
|
||||
},
|
||||
right: {
|
||||
h_align: "right",
|
||||
v_align: "bottom",
|
||||
h_offset: 20,
|
||||
v_offset: 20
|
||||
}
|
||||
},
|
||||
tabs: {
|
||||
style: "news-header",
|
||||
enable: true,
|
||||
width: 350,
|
||||
height: 50,
|
||||
min_width: 350,
|
||||
wrapper_padding: 5,
|
||||
wrapper_color: "transparent",
|
||||
wrapper_opacity: "0.05",
|
||||
tmp: '<div class="tp-tab-title">{{title}} <i style="float:right; margin-top:5px;" class="fa-icon-chevron-right"></i></div><div class="tp-tab-desc">{{param1}}</div>',
|
||||
visibleAmount: 3,
|
||||
hide_onmobile: true,
|
||||
hide_under: 1200,
|
||||
hide_onleave: false,
|
||||
hide_delay: 200,
|
||||
direction: "vertical",
|
||||
span: false,
|
||||
position: "inner",
|
||||
space: 25,
|
||||
h_align: "right",
|
||||
v_align: "bottom",
|
||||
h_offset: 43,
|
||||
v_offset: 110
|
||||
}
|
||||
},
|
||||
responsiveLevels: [1240, 1024, 778, 480],
|
||||
visibilityLevels: [1240, 1024, 778, 480],
|
||||
gridwidth: [1240, 1024, 778, 480],
|
||||
gridheight: [868, 768, 960, 800],
|
||||
lazyType: "single",
|
||||
parallax: {
|
||||
type: "scroll",
|
||||
origo: "slidercenter",
|
||||
speed: 400,
|
||||
levels: [5, 10, 15, 20, 25, 30, 35, 40, 45, 46, 47, 48, 49, 50, 51, 55],
|
||||
type: "scroll",
|
||||
},
|
||||
shadow: 0,
|
||||
spinner: "off",
|
||||
stopLoop: "on",
|
||||
stopAfterLoops: 0,
|
||||
stopAtSlide: 1,
|
||||
shuffle: "off",
|
||||
autoHeight: "off",
|
||||
fullScreenAutoWidth: "off",
|
||||
fullScreenAlignForce: "off",
|
||||
fullScreenOffsetContainer: ".header",
|
||||
fullScreenOffset: "60px",
|
||||
disableProgressBar: "on",
|
||||
hideThumbsOnMobile: "off",
|
||||
hideSliderAtLimit: 0,
|
||||
hideCaptionAtLimit: 0,
|
||||
hideAllCaptionAtLilmit: 0,
|
||||
debugMode: false,
|
||||
fallbacks: {
|
||||
simplifyAll: "off",
|
||||
nextSlideOnWindowFocus: "off",
|
||||
disableFocusListener: false,
|
||||
}
|
||||
});
|
||||
}
|
||||
}); /*ready*/
|
109
public/sunsarioverseas/js/rev-sliders/farm.js
Normal file
109
public/sunsarioverseas/js/rev-sliders/farm.js
Normal file
@ -0,0 +1,109 @@
|
||||
var tpj=jQuery;
|
||||
|
||||
var revapi1164;
|
||||
tpj(document).ready(function() {
|
||||
if(tpj("#rev_slider_1164_1").revolution == undefined){
|
||||
revslider_showDoubleJqueryError("#rev_slider_1164_1");
|
||||
}else{
|
||||
revapi1164 = tpj("#rev_slider_1164_1").show().revolution({
|
||||
sliderType:"standard", jsFileLocation:"revolution/js/",
|
||||
sliderLayout:"fullscreen",
|
||||
dottedOverlay:"none",
|
||||
delay:9000,
|
||||
navigation: {
|
||||
keyboardNavigation:"off",
|
||||
keyboard_direction: "horizontal",
|
||||
mouseScrollNavigation:"off",
|
||||
mouseScrollReverse:"default",
|
||||
onHoverStop:"off",
|
||||
touch:{
|
||||
touchenabled:"on",
|
||||
swipe_threshold: 75,
|
||||
swipe_min_touches: 1,
|
||||
swipe_direction: "horizontal",
|
||||
drag_block_vertical: false
|
||||
}
|
||||
,
|
||||
arrows: {
|
||||
style:"gyges",
|
||||
enable:true,
|
||||
hide_onmobile:false,
|
||||
hide_over:1199,
|
||||
hide_onleave:false,
|
||||
tmp:'',
|
||||
left: {
|
||||
h_align:"right",
|
||||
v_align:"bottom",
|
||||
h_offset:60,
|
||||
v_offset:20
|
||||
},
|
||||
right: {
|
||||
h_align:"right",
|
||||
v_align:"bottom",
|
||||
h_offset:20,
|
||||
v_offset:20
|
||||
}
|
||||
}
|
||||
,
|
||||
tabs: {
|
||||
style:"news-header",
|
||||
enable:true,
|
||||
width:350,
|
||||
height:50,
|
||||
min_width:350,
|
||||
wrapper_padding:5,
|
||||
wrapper_color:"transparent",
|
||||
wrapper_opacity:"0.05",
|
||||
tmp:'<div class="tp-tab-title">{{title}} <i style="float:right; margin-top:5px;" class="fa-icon-chevron-right"></i></div><div class="tp-tab-desc">{{param1}}</div>',
|
||||
visibleAmount: 3,
|
||||
hide_onmobile: true,
|
||||
hide_under:1200,
|
||||
hide_onleave:false,
|
||||
hide_delay:200,
|
||||
direction:"vertical",
|
||||
span:false,
|
||||
position:"inner",
|
||||
space:25,
|
||||
h_align:"right",
|
||||
v_align:"bottom",
|
||||
h_offset:43,
|
||||
v_offset:110
|
||||
}
|
||||
},
|
||||
responsiveLevels:[1240,1024,778,480],
|
||||
visibilityLevels:[1240,1024,778,480],
|
||||
gridwidth:[1240,1024,778,480],
|
||||
gridheight:[868,768,960,800],
|
||||
lazyType:"single",
|
||||
parallax: {
|
||||
type:"scroll",
|
||||
origo:"slidercenter",
|
||||
speed:400,
|
||||
levels:[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,55],
|
||||
type:"scroll",
|
||||
},
|
||||
shadow:0,
|
||||
spinner:"off",
|
||||
stopLoop:"on",
|
||||
stopAfterLoops:0,
|
||||
stopAtSlide:1,
|
||||
shuffle:"off",
|
||||
autoHeight:"off",
|
||||
fullScreenAutoWidth:"off",
|
||||
fullScreenAlignForce:"off",
|
||||
fullScreenOffsetContainer: ".header",
|
||||
fullScreenOffset: "60px",
|
||||
disableProgressBar:"on",
|
||||
hideThumbsOnMobile:"off",
|
||||
hideSliderAtLimit:0,
|
||||
hideCaptionAtLimit:0,
|
||||
hideAllCaptionAtLilmit:0,
|
||||
debugMode:false,
|
||||
fallbacks: {
|
||||
simplifyAll:"off",
|
||||
nextSlideOnWindowFocus:"off",
|
||||
disableFocusListener:false,
|
||||
}
|
||||
});
|
||||
}
|
||||
}); /*ready*/
|
107
public/sunsarioverseas/js/rev-sliders/finance.js
Normal file
107
public/sunsarioverseas/js/rev-sliders/finance.js
Normal file
@ -0,0 +1,107 @@
|
||||
var tpj=jQuery;
|
||||
|
||||
var revapi149;
|
||||
tpj(document).ready(function() {
|
||||
if(tpj("#rev_slider_149_1").revolution == undefined){
|
||||
revslider_showDoubleJqueryError("#rev_slider_149_1");
|
||||
}else{
|
||||
revapi149 = tpj("#rev_slider_149_1").show().revolution({
|
||||
sliderType:"standard",
|
||||
jsFileLocation:"revolution/js/",
|
||||
sliderLayout:"fullscreen",
|
||||
dottedOverlay:"none",
|
||||
delay:9000,
|
||||
snow: {
|
||||
startSlide: "first",
|
||||
endSlide: "last",
|
||||
maxNum: "400",
|
||||
minSize: "0.2",
|
||||
maxSize: "6",
|
||||
minOpacity: "0.3",
|
||||
maxOpacity: "1",
|
||||
minSpeed: "30",
|
||||
maxSpeed: "100",
|
||||
minSinus: "1",
|
||||
maxSinus: "100",
|
||||
},
|
||||
navigation: {
|
||||
keyboardNavigation:"off",
|
||||
keyboard_direction: "vertical",
|
||||
mouseScrollNavigation:"off",
|
||||
mouseScrollReverse:"default",
|
||||
onHoverStop:"off",
|
||||
touch:{
|
||||
touchenabled:"on",
|
||||
swipe_threshold: 75,
|
||||
swipe_min_touches: 1,
|
||||
swipe_direction: "horizontal",
|
||||
drag_block_vertical: false
|
||||
}
|
||||
,
|
||||
arrows: {
|
||||
style:"uranus",
|
||||
enable:true,
|
||||
hide_onmobile:false,
|
||||
hide_onleave:false,
|
||||
tmp:'',
|
||||
left: {
|
||||
h_align:"left",
|
||||
v_align:"center",
|
||||
h_offset:10,
|
||||
v_offset:0
|
||||
},
|
||||
right: {
|
||||
h_align:"right",
|
||||
v_align:"center",
|
||||
h_offset:10,
|
||||
v_offset:0
|
||||
}
|
||||
}
|
||||
},
|
||||
responsiveLevels:[1240,1024,778,480],
|
||||
visibilityLevels:[1240,1024,778,480],
|
||||
gridwidth:[1240,1024,778,480],
|
||||
gridheight:[868,768,960,720],
|
||||
lazyType:"none",
|
||||
scrolleffect: {
|
||||
blur:"on",
|
||||
maxblur:"20",
|
||||
on_slidebg:"on",
|
||||
direction:"top",
|
||||
multiplicator:"2",
|
||||
multiplicator_layers:"2",
|
||||
tilt:"10",
|
||||
disable_on_mobile:"off",
|
||||
},
|
||||
parallax: {
|
||||
type:"scroll",
|
||||
origo:"slidercenter",
|
||||
speed:400,
|
||||
levels:[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,55],
|
||||
},
|
||||
shadow:0,
|
||||
spinner:"spinner3",
|
||||
stopLoop:"off",
|
||||
stopAfterLoops:-1,
|
||||
stopAtSlide:-1,
|
||||
shuffle:"off",
|
||||
autoHeight:"off",
|
||||
fullScreenAutoWidth:"off",
|
||||
fullScreenAlignForce:"off",
|
||||
fullScreenOffsetContainer: "",
|
||||
fullScreenOffset: "60px",
|
||||
hideThumbsOnMobile:"off",
|
||||
hideSliderAtLimit:0,
|
||||
hideCaptionAtLimit:0,
|
||||
hideAllCaptionAtLilmit:0,
|
||||
debugMode:false,
|
||||
fallbacks: {
|
||||
simplifyAll:"off",
|
||||
nextSlideOnWindowFocus:"off",
|
||||
disableFocusListener:false,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// RsSnowAddOn(tpj, revapi149);
|
||||
}); /*ready*/
|
110
public/sunsarioverseas/js/rev-sliders/gym.js
Normal file
110
public/sunsarioverseas/js/rev-sliders/gym.js
Normal file
@ -0,0 +1,110 @@
|
||||
var tpj=jQuery;
|
||||
|
||||
var revapi1164;
|
||||
tpj(document).ready(function() {
|
||||
if(tpj("#rev_slider_1164_1").revolution == undefined){
|
||||
revslider_showDoubleJqueryError("#rev_slider_1164_1");
|
||||
}else{
|
||||
revapi1164 = tpj("#rev_slider_1164_1").show().revolution({
|
||||
sliderType:"standard",
|
||||
jsFileLocation:"revolution/js/",
|
||||
sliderLayout:"fullscreen",
|
||||
dottedOverlay:"none",
|
||||
delay:9000,
|
||||
navigation: {
|
||||
keyboardNavigation:"off",
|
||||
keyboard_direction: "horizontal",
|
||||
mouseScrollNavigation:"off",
|
||||
mouseScrollReverse:"default",
|
||||
onHoverStop:"off",
|
||||
touch:{
|
||||
touchenabled:"on",
|
||||
swipe_threshold: 75,
|
||||
swipe_min_touches: 1,
|
||||
swipe_direction: "horizontal",
|
||||
drag_block_vertical: false
|
||||
}
|
||||
,
|
||||
arrows: {
|
||||
style:"gyges",
|
||||
enable:true,
|
||||
hide_onmobile:false,
|
||||
hide_over:1199,
|
||||
hide_onleave:false,
|
||||
tmp:'',
|
||||
left: {
|
||||
h_align:"right",
|
||||
v_align:"bottom",
|
||||
h_offset:60,
|
||||
v_offset:20
|
||||
},
|
||||
right: {
|
||||
h_align:"right",
|
||||
v_align:"bottom",
|
||||
h_offset:20,
|
||||
v_offset:20
|
||||
}
|
||||
}
|
||||
,
|
||||
tabs: {
|
||||
style:"news-header",
|
||||
enable:true,
|
||||
width:350,
|
||||
height:50,
|
||||
min_width:350,
|
||||
wrapper_padding:5,
|
||||
wrapper_color:"transparent",
|
||||
wrapper_opacity:"0.05",
|
||||
tmp:'<div class="tp-tab-title">{{title}} <i style="float:right; margin-top:5px;" class="fa-icon-chevron-right"></i></div><div class="tp-tab-desc">{{param1}}</div>',
|
||||
visibleAmount: 3,
|
||||
hide_onmobile: true,
|
||||
hide_under:1200,
|
||||
hide_onleave:false,
|
||||
hide_delay:200,
|
||||
direction:"vertical",
|
||||
span:false,
|
||||
position:"inner",
|
||||
space:25,
|
||||
h_align:"right",
|
||||
v_align:"bottom",
|
||||
h_offset:43,
|
||||
v_offset:110
|
||||
}
|
||||
},
|
||||
responsiveLevels:[1240,1024,778,480],
|
||||
visibilityLevels:[1240,1024,778,480],
|
||||
gridwidth:[1240,1024,778,480],
|
||||
gridheight:[868,768,960,800],
|
||||
lazyType:"single",
|
||||
parallax: {
|
||||
type:"scroll",
|
||||
origo:"slidercenter",
|
||||
speed:400,
|
||||
levels:[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,55],
|
||||
type:"scroll",
|
||||
},
|
||||
shadow:0,
|
||||
spinner:"off",
|
||||
stopLoop:"on",
|
||||
stopAfterLoops:0,
|
||||
stopAtSlide:1,
|
||||
shuffle:"off",
|
||||
autoHeight:"off",
|
||||
fullScreenAutoWidth:"off",
|
||||
fullScreenAlignForce:"off",
|
||||
fullScreenOffsetContainer: ".header",
|
||||
fullScreenOffset: "60px",
|
||||
disableProgressBar:"on",
|
||||
hideThumbsOnMobile:"off",
|
||||
hideSliderAtLimit:0,
|
||||
hideCaptionAtLimit:0,
|
||||
hideAllCaptionAtLilmit:0,
|
||||
debugMode:false,
|
||||
fallbacks: {
|
||||
simplifyAll:"off",
|
||||
nextSlideOnWindowFocus:"off",
|
||||
disableFocusListener:false,
|
||||
}
|
||||
});
|
||||
}
|
||||
}); /*ready*/
|
80
public/sunsarioverseas/js/rev-sliders/hotel.js
Normal file
80
public/sunsarioverseas/js/rev-sliders/hotel.js
Normal file
@ -0,0 +1,80 @@
|
||||
var tpj=jQuery;
|
||||
|
||||
var revapi1014;
|
||||
tpj(document).ready(function() {
|
||||
if(tpj("#rev_slider_1014_1").revolution == undefined){
|
||||
revslider_showDoubleJqueryError("#rev_slider_1014_1");
|
||||
}else{
|
||||
revapi1014 = tpj("#rev_slider_1014_1").show().revolution({
|
||||
sliderType:"standard",
|
||||
jsFileLocation:"revolution/js/",
|
||||
sliderLayout:"fullscreen",
|
||||
dottedOverlay:"none",
|
||||
delay:9000,
|
||||
navigation: {
|
||||
keyboardNavigation:"off",
|
||||
keyboard_direction: "horizontal",
|
||||
mouseScrollNavigation:"off",
|
||||
mouseScrollReverse:"default",
|
||||
onHoverStop:"off",
|
||||
touch:{
|
||||
touchenabled:"on",
|
||||
swipe_threshold: 75,
|
||||
swipe_min_touches: 1,
|
||||
swipe_direction: "horizontal",
|
||||
drag_block_vertical: false
|
||||
}
|
||||
,
|
||||
arrows: {
|
||||
style:"uranus",
|
||||
enable:true,
|
||||
hide_onmobile:true,
|
||||
hide_under:768,
|
||||
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
|
||||
}
|
||||
}
|
||||
},
|
||||
responsiveLevels:[1240,1024,778,480],
|
||||
visibilityLevels:[1240,1024,778,480],
|
||||
gridwidth:[1240,1024,778,480],
|
||||
gridheight:[868,768,960,600],
|
||||
lazyType:"none",
|
||||
shadow:0,
|
||||
spinner:"off",
|
||||
stopLoop:"on",
|
||||
stopAfterLoops:0,
|
||||
stopAtSlide:1,
|
||||
shuffle:"off",
|
||||
autoHeight:"off",
|
||||
fullScreenAutoWidth:"off",
|
||||
fullScreenAlignForce:"off",
|
||||
fullScreenOffsetContainer: "",
|
||||
fullScreenOffset: "60px",
|
||||
disableProgressBar:"on",
|
||||
hideThumbsOnMobile:"off",
|
||||
hideSliderAtLimit:0,
|
||||
hideCaptionAtLimit:0,
|
||||
hideAllCaptionAtLilmit:0,
|
||||
debugMode:false,
|
||||
fallbacks: {
|
||||
simplifyAll:"off",
|
||||
nextSlideOnWindowFocus:"off",
|
||||
disableFocusListener:false,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// RsTypewriterAddOn(tpj, revapi1014);
|
||||
}); /*ready*/
|
79
public/sunsarioverseas/js/rev-sliders/industrial.js
Normal file
79
public/sunsarioverseas/js/rev-sliders/industrial.js
Normal file
@ -0,0 +1,79 @@
|
||||
var tpj=jQuery;
|
||||
|
||||
var revapi1059;
|
||||
tpj(document).ready(function() {
|
||||
if(tpj("#rev_slider_1059_1").revolution == undefined){
|
||||
revslider_showDoubleJqueryError("#rev_slider_1059_1");
|
||||
}else{
|
||||
revapi1059 = tpj("#rev_slider_1059_1").show().revolution({
|
||||
sliderType:"standard",
|
||||
jsFileLocation:"revolution/js/",
|
||||
sliderLayout:"fullscreen",
|
||||
dottedOverlay:"none",
|
||||
delay:9000,
|
||||
navigation: {
|
||||
keyboardNavigation:"off",
|
||||
keyboard_direction: "horizontal",
|
||||
mouseScrollNavigation:"off",
|
||||
mouseScrollReverse:"default",
|
||||
onHoverStop:"off",
|
||||
touch:{
|
||||
touchenabled:"on",
|
||||
swipe_threshold: 75,
|
||||
swipe_min_touches: 50,
|
||||
swipe_direction: "horizontal",
|
||||
drag_block_vertical: false
|
||||
}
|
||||
,
|
||||
bullets: {
|
||||
enable:true,
|
||||
hide_onmobile:true,
|
||||
hide_under:800,
|
||||
style:"zeus",
|
||||
hide_onleave:false,
|
||||
direction:"horizontal",
|
||||
h_align:"center",
|
||||
v_align:"bottom",
|
||||
h_offset:0,
|
||||
v_offset:30,
|
||||
space:5,
|
||||
tmp:'<span class="tp-bullet-image"></span><span class="tp-bullet-imageoverlay"></span><span class="tp-bullet-title">{{title}}</span>'
|
||||
}
|
||||
},
|
||||
responsiveLevels:[1240,1024,778,480],
|
||||
visibilityLevels:[1240,1024,778,480],
|
||||
gridwidth:[1240,1024,778,480],
|
||||
gridheight:[868,768,960,720],
|
||||
lazyType:"none",
|
||||
parallax: {
|
||||
type:"scroll",
|
||||
origo:"slidercenter",
|
||||
speed:1000,
|
||||
levels:[5,10,15,20,25,30,35,40,45,46,47,48,49,50,100,55],
|
||||
type:"scroll",
|
||||
},
|
||||
shadow:0,
|
||||
spinner:"off",
|
||||
stopLoop:"on",
|
||||
stopAfterLoops:0,
|
||||
stopAtSlide:1,
|
||||
shuffle:"off",
|
||||
autoHeight:"off",
|
||||
fullScreenAutoWidth:"off",
|
||||
fullScreenAlignForce:"off",
|
||||
fullScreenOffsetContainer: "",
|
||||
fullScreenOffset: "60px",
|
||||
disableProgressBar:"on",
|
||||
hideThumbsOnMobile:"off",
|
||||
hideSliderAtLimit:0,
|
||||
hideCaptionAtLimit:0,
|
||||
hideAllCaptionAtLilmit:0,
|
||||
debugMode:false,
|
||||
fallbacks: {
|
||||
simplifyAll:"off",
|
||||
nextSlideOnWindowFocus:"off",
|
||||
disableFocusListener:false,
|
||||
}
|
||||
});
|
||||
}
|
||||
}); /*ready*/
|
79
public/sunsarioverseas/js/rev-sliders/lawyer.js
Normal file
79
public/sunsarioverseas/js/rev-sliders/lawyer.js
Normal file
@ -0,0 +1,79 @@
|
||||
var tpj=jQuery;
|
||||
|
||||
var revapi1059;
|
||||
tpj(document).ready(function() {
|
||||
if(tpj("#rev_slider_1059_1").revolution == undefined){
|
||||
revslider_showDoubleJqueryError("#rev_slider_1059_1");
|
||||
}else{
|
||||
revapi1059 = tpj("#rev_slider_1059_1").show().revolution({
|
||||
sliderType:"standard",
|
||||
jsFileLocation:"revolution/js/",
|
||||
sliderLayout:"fullscreen",
|
||||
dottedOverlay:"none",
|
||||
delay:9000,
|
||||
navigation: {
|
||||
keyboardNavigation:"off",
|
||||
keyboard_direction: "horizontal",
|
||||
mouseScrollNavigation:"off",
|
||||
mouseScrollReverse:"default",
|
||||
onHoverStop:"off",
|
||||
touch:{
|
||||
touchenabled:"on",
|
||||
swipe_threshold: 75,
|
||||
swipe_min_touches: 50,
|
||||
swipe_direction: "horizontal",
|
||||
drag_block_vertical: false
|
||||
}
|
||||
,
|
||||
bullets: {
|
||||
enable:true,
|
||||
hide_onmobile:true,
|
||||
hide_under:800,
|
||||
style:"zeus",
|
||||
hide_onleave:false,
|
||||
direction:"horizontal",
|
||||
h_align:"center",
|
||||
v_align:"bottom",
|
||||
h_offset:0,
|
||||
v_offset:30,
|
||||
space:5,
|
||||
tmp:'<span class="tp-bullet-image"></span><span class="tp-bullet-imageoverlay"></span><span class="tp-bullet-title">{{title}}</span>'
|
||||
}
|
||||
},
|
||||
responsiveLevels:[1240,1024,778,480],
|
||||
visibilityLevels:[1240,1024,778,480],
|
||||
gridwidth:[1240,1024,778,480],
|
||||
gridheight:[868,768,960,720],
|
||||
lazyType:"none",
|
||||
parallax: {
|
||||
type:"scroll",
|
||||
origo:"slidercenter",
|
||||
speed:1000,
|
||||
levels:[5,10,15,20,25,30,35,40,45,46,47,48,49,50,100,55],
|
||||
type:"scroll",
|
||||
},
|
||||
shadow:0,
|
||||
spinner:"off",
|
||||
stopLoop:"on",
|
||||
stopAfterLoops:0,
|
||||
stopAtSlide:1,
|
||||
shuffle:"off",
|
||||
autoHeight:"off",
|
||||
fullScreenAutoWidth:"off",
|
||||
fullScreenAlignForce:"off",
|
||||
fullScreenOffsetContainer: "",
|
||||
fullScreenOffset: "60px",
|
||||
disableProgressBar:"on",
|
||||
hideThumbsOnMobile:"off",
|
||||
hideSliderAtLimit:0,
|
||||
hideCaptionAtLimit:0,
|
||||
hideAllCaptionAtLilmit:0,
|
||||
debugMode:false,
|
||||
fallbacks: {
|
||||
simplifyAll:"off",
|
||||
nextSlideOnWindowFocus:"off",
|
||||
disableFocusListener:false,
|
||||
}
|
||||
});
|
||||
}
|
||||
}); /*ready*/
|
107
public/sunsarioverseas/js/rev-sliders/medical.js
Normal file
107
public/sunsarioverseas/js/rev-sliders/medical.js
Normal file
@ -0,0 +1,107 @@
|
||||
var tpj=jQuery;
|
||||
|
||||
var revapi149;
|
||||
tpj(document).ready(function() {
|
||||
if(tpj("#rev_slider_149_1").revolution == undefined){
|
||||
revslider_showDoubleJqueryError("#rev_slider_149_1");
|
||||
}else{
|
||||
revapi149 = tpj("#rev_slider_149_1").show().revolution({
|
||||
sliderType:"standard",
|
||||
jsFileLocation:"revolution/js/",
|
||||
sliderLayout:"fullscreen",
|
||||
dottedOverlay:"none",
|
||||
delay:9000,
|
||||
snow: {
|
||||
startSlide: "first",
|
||||
endSlide: "last",
|
||||
maxNum: "400",
|
||||
minSize: "0.2",
|
||||
maxSize: "6",
|
||||
minOpacity: "0.3",
|
||||
maxOpacity: "1",
|
||||
minSpeed: "30",
|
||||
maxSpeed: "100",
|
||||
minSinus: "1",
|
||||
maxSinus: "100",
|
||||
},
|
||||
navigation: {
|
||||
keyboardNavigation:"off",
|
||||
keyboard_direction: "vertical",
|
||||
mouseScrollNavigation:"off",
|
||||
mouseScrollReverse:"default",
|
||||
onHoverStop:"off",
|
||||
touch:{
|
||||
touchenabled:"on",
|
||||
swipe_threshold: 75,
|
||||
swipe_min_touches: 1,
|
||||
swipe_direction: "horizontal",
|
||||
drag_block_vertical: false
|
||||
}
|
||||
,
|
||||
arrows: {
|
||||
style:"uranus",
|
||||
enable:true,
|
||||
hide_onmobile:false,
|
||||
hide_onleave:false,
|
||||
tmp:'',
|
||||
left: {
|
||||
h_align:"left",
|
||||
v_align:"center",
|
||||
h_offset:10,
|
||||
v_offset:0
|
||||
},
|
||||
right: {
|
||||
h_align:"right",
|
||||
v_align:"center",
|
||||
h_offset:10,
|
||||
v_offset:0
|
||||
}
|
||||
}
|
||||
},
|
||||
responsiveLevels:[1240,1024,778,480],
|
||||
visibilityLevels:[1240,1024,778,480],
|
||||
gridwidth:[1240,1024,778,480],
|
||||
gridheight:[868,768,960,720],
|
||||
lazyType:"none",
|
||||
scrolleffect: {
|
||||
blur:"on",
|
||||
maxblur:"20",
|
||||
on_slidebg:"on",
|
||||
direction:"top",
|
||||
multiplicator:"2",
|
||||
multiplicator_layers:"2",
|
||||
tilt:"10",
|
||||
disable_on_mobile:"off",
|
||||
},
|
||||
parallax: {
|
||||
type:"scroll",
|
||||
origo:"slidercenter",
|
||||
speed:400,
|
||||
levels:[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,55],
|
||||
},
|
||||
shadow:0,
|
||||
spinner:"spinner3",
|
||||
stopLoop:"off",
|
||||
stopAfterLoops:-1,
|
||||
stopAtSlide:-1,
|
||||
shuffle:"off",
|
||||
autoHeight:"off",
|
||||
fullScreenAutoWidth:"off",
|
||||
fullScreenAlignForce:"off",
|
||||
fullScreenOffsetContainer: "",
|
||||
fullScreenOffset: "60px",
|
||||
hideThumbsOnMobile:"off",
|
||||
hideSliderAtLimit:0,
|
||||
hideCaptionAtLimit:0,
|
||||
hideAllCaptionAtLilmit:0,
|
||||
debugMode:false,
|
||||
fallbacks: {
|
||||
simplifyAll:"off",
|
||||
nextSlideOnWindowFocus:"off",
|
||||
disableFocusListener:false,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// RsSnowAddOn(tpj, revapi149);
|
||||
}); /*ready*/
|
47
public/sunsarioverseas/js/rev-sliders/restaurant.js
Normal file
47
public/sunsarioverseas/js/rev-sliders/restaurant.js
Normal file
@ -0,0 +1,47 @@
|
||||
var tpj=jQuery;
|
||||
|
||||
var revapi1069;
|
||||
tpj(document).ready(function() {
|
||||
if(tpj("#rev_slider_1069_1").revolution == undefined){
|
||||
revslider_showDoubleJqueryError("#rev_slider_1069_1");
|
||||
}else{
|
||||
revapi1069 = tpj("#rev_slider_1069_1").show().revolution({
|
||||
sliderType:"hero",
|
||||
jsFileLocation:"revolution/js/",
|
||||
sliderLayout:"fullscreen",
|
||||
dottedOverlay:"none",
|
||||
delay:9000,
|
||||
navigation: {
|
||||
},
|
||||
responsiveLevels:[1240,1024,778,480],
|
||||
visibilityLevels:[1240,1024,778,480],
|
||||
gridwidth:[1240,1024,778,480],
|
||||
gridheight:[868,768,960,720],
|
||||
lazyType:"none",
|
||||
parallax: {
|
||||
type:"scroll",
|
||||
origo:"slidercenter",
|
||||
speed:1000,
|
||||
levels:[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,55],
|
||||
type:"scroll",
|
||||
},
|
||||
shadow:0,
|
||||
spinner:"spinner2",
|
||||
autoHeight:"off",
|
||||
fullScreenAutoWidth:"off",
|
||||
fullScreenAlignForce:"off",
|
||||
fullScreenOffsetContainer: "",
|
||||
fullScreenOffset: "60",
|
||||
disableProgressBar:"on",
|
||||
hideThumbsOnMobile:"off",
|
||||
hideSliderAtLimit:0,
|
||||
hideCaptionAtLimit:0,
|
||||
hideAllCaptionAtLilmit:0,
|
||||
debugMode:false,
|
||||
fallbacks: {
|
||||
simplifyAll:"off",
|
||||
disableFocusListener:false,
|
||||
}
|
||||
});
|
||||
}
|
||||
}); /*ready*/
|
28
public/sunsarioverseas/js/rev-sliders/travel.js
Normal file
28
public/sunsarioverseas/js/rev-sliders/travel.js
Normal file
@ -0,0 +1,28 @@
|
||||
var options = {
|
||||
autoPlay: true,
|
||||
autoPlay: 2000,
|
||||
accessibility: true,
|
||||
prevNextButtons: true,
|
||||
pageDots: true,
|
||||
setGallerySize: false,
|
||||
arrowShape: {
|
||||
x0: 10,
|
||||
x1: 60,
|
||||
y1: 50,
|
||||
x2: 60,
|
||||
y2: 45,
|
||||
x3: 15
|
||||
}
|
||||
};
|
||||
|
||||
var carousel = document.querySelector('[data-carousel]');
|
||||
var slides = document.getElementsByClassName('carousel-cell');
|
||||
var flkty = new Flickity(carousel, options);
|
||||
|
||||
flkty.on('scroll', function () {
|
||||
flkty.slides.forEach(function (slide, i) {
|
||||
var image = slides[i];
|
||||
var x = (slide.target + flkty.x) * -1 / 3;
|
||||
image.style.backgroundPosition = x + 'px';
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user