Advertisement
deliciousthemes

Haze - Slides options

Jun 23rd, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //portfolio slider
  2. jQuery(document).ready(function(){
  3.     jQuery('#slides').slides({
  4.         preload: true,
  5.         preloadImage: 'wp-content/themes/haze/images/nivo-preloader.gif',
  6.         play: 5000,
  7.         pause: 2500,
  8.         effect: 'fade',
  9.         autoHeight: true,
  10.         fade: {
  11.          interval: 1000, // [Number] Interval of fade in milliseconds
  12.          crossfade: true, // [Boolean] TODO: add this feature. Crossfade the slides, great for images, bad for text
  13.          easing: "" // [String] Dependency: jQuery Easing plug-in <http://gsgd.co.uk/sandbox/jquery/easing/>
  14.         },
  15.         effects: {
  16.          navigation: 'fade',  // [String] Can be either "slide" or "fade"
  17.          pagination: 'fade' // [String] Can be either "slide" or "fade"
  18.         },
  19.         hoverPause: true
  20.     });
  21. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement