Advertisement
deliciousthemes

Untitled

Jun 20th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ////////////////////////////////
  2. // SET DEFAULT VALUES OF ITEM //
  3. ////////////////////////////////
  4. jQuery.fn.revolution.defaults = {
  5.     delay:9000,
  6.     startheight:500,
  7.     startwidth:960,
  8.     fullScreenAlignForce:"off",
  9.     autoHeight:"off",
  10.     hideTimerBar:"off",
  11.     hideThumbs:200,
  12.     hideNavDelayOnMobile:1500,
  13.  
  14.     thumbWidth:100,                         // Thumb With and Height and Amount (only if navigation Tyope set to thumb !)
  15.     thumbHeight:50,
  16.     thumbAmount:3,
  17.  
  18.     navigationType:"bullet",                // bullet, thumb, none
  19.     navigationArrows:"solo",            // nextto, solo, none
  20.  
  21.     hideThumbsOnMobile:"off",
  22.     hideBulletsOnMobile:"off",
  23.     hideArrowsOnMobile:"off",
  24.     hideThumbsUnderResoluition:0,
  25.  
  26.     navigationStyle:"round",                // round,square,navbar,round-old,square-old,navbar-old, or any from the list in the docu (choose between 50+ different item),
  27.  
  28.     navigationHAlign:"center",              // Vertical Align top,center,bottom
  29.     navigationVAlign:"bottom",                  // Horizontal Align left,center,right
  30.     navigationHOffset:0,
  31.     navigationVOffset:20,
  32.  
  33.     soloArrowLeftHalign:"left",
  34.     soloArrowLeftValign:"center",
  35.     soloArrowLeftHOffset:20,
  36.     soloArrowLeftVOffset:0,
  37.  
  38.     soloArrowRightHalign:"right",
  39.     soloArrowRightValign:"center",
  40.     soloArrowRightHOffset:20,
  41.     soloArrowRightVOffset:0,
  42.  
  43.     keyboardNavigation:"on",
  44.  
  45.     touchenabled:"on",                      // Enable Swipe Function : on/off
  46.     onHoverStop:"on",                       // Stop Banner Timet at Hover on Slide on/off
  47.  
  48.  
  49.     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.
  50.     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
  51.  
  52.     hideCaptionAtLimit:0,                   // It Defines if a caption should be shown under a Screen Resolution ( Basod on The Width of Browser)
  53.     hideAllCaptionAtLimit:0,                // Hide all The Captions if Width of Browser is less then this value
  54.     hideSliderAtLimit:0,                    // Hide the whole slider, and stop also functions if Width of Browser is less than this value
  55.  
  56.     shadow:0,                               //0 = no Shadow, 1,2,3 = 3 Different Art of Shadows  (No Shadow in Fullwidth Version !)
  57.     fullWidth:"off",                        // Turns On or Off the Fullwidth Image Centering in FullWidth Modus
  58.     fullScreen:"off",
  59.     minFullScreenHeight:0,                  // The Minimum FullScreen Height
  60.     fullScreenOffsetContainer:"",
  61.     dottedOverlay:"none",                   //twoxtwo, threexthree, twoxtwowhite, threexthreewhite
  62.  
  63.     forceFullWidth:"off",                       // Force The FullWidth
  64.  
  65.     spinner:"spinner0",
  66.  
  67.     swipe_velocity : 0.4,                   // Touch Sensibility between 0 - 1. Less the number is, higher the sensibility
  68.     swipe_max_touches : 1,                  // Max Finger (touch) used for swipe
  69.     swipe_min_touches : 1,                  // Min Finger (touch) used for swipe
  70.     drag_block_vertical:false               // Prevent Vertical Scroll during Swipe
  71.  
  72.  
  73. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement