锐尔威视是您值得信赖的合作伙伴,让锐尔威视助您腾飞!

联系我们!
Back to Top
item), custom navigationHAlign:"center", // Vertical Align top,center,bottom navigationVAlign:"bottom", // Horizontal Align left,center,right navigationHOffset:30, navigationVOffset: 40, soloArrowLeftHalign:"left", soloArrowLeftValign:"center", soloArrowLeftHOffset:40, soloArrowLeftVOffset:0, soloArrowRightHalign:"right", soloArrowRightValign:"center", soloArrowRightHOffset:40, soloArrowRightVOffset:0, touchenabled:"on", // Enable Swipe Function : on/off stopAtSlide:-1, // Stop Timer if Slide "x" has been Reached. If stopAfterLoops set to 0, then it stops already in the first Loop at slide X which defined. -1 means do not stop at any slide. stopAfterLoops has no sinn in this case. stopAfterLoops:-1, // Stop Timer if All slides has been played "x" times. IT will stop at THe slide which is defined via stopAtSlide:x, if set to -1 slide never stop automatic hideCaptionAtLimit:0, // It Defines if a caption should be shown under a Screen Resolution ( Basod on The Width of Browser) hideAllCaptionAtLilmit:0, // Hide all The Captions if Width of Browser is less then this value hideSliderAtLimit:0, // Hide the whole slider, and stop also functions if Width of Browser is less than this value fullWidth:"on", shadow:1 //0 = no Shadow, 1,2,3 = 3 Different Art of Shadows - (No Shadow in Fullwidth Version !) }); // TO HIDE THE ARROWS SEPERATLY FROM THE BULLETS, SOME TRICK HERE: // YOU CAN REMOVE IT FROM HERE TILL THE END OF THIS SECTION IF YOU DONT NEED THIS ! api.bind("revolution.slide.onloaded",function (e) { jQuery('.tparrows').each(function() { var arrows=jQuery(this); var timer = setInterval(function() { if (arrows.css('opacity') == 1 && !jQuery('.tp-simpleresponsive').hasClass("mouseisover")) arrows.fadeOut(300); },3000); }) jQuery('.tp-simpleresponsive, .tparrows').hover(function() { jQuery('.tp-simpleresponsive').addClass("mouseisover"); jQuery('body').find('.tparrows').each(function() { jQuery(this).fadeIn(300); }); }, function() { if (!jQuery(this).hasClass("tparrows")) jQuery('.tp-simpleresponsive').removeClass("mouseisover"); }) }); // END OF THE SECTION, HIDE MY ARROWS SEPERATLY FROM THE BULLETS });