view slide/js/jquery.slideshow.ready.js @ 79:7990a2abbf05 default tip

add file
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Mon, 02 Mar 2015 11:21:40 +0900
parents 8057614d5b77
children
line wrap: on
line source


$(document).ready( function() {
  Slideshow.init();
    
  // Example 2: Start Off in Outline Mode
  // Slideshow.init( { mode: 'outline' } );
    
  // Example 3: Use Custom Transition
  // Slideshow.transition = transitionScrollUp;
  // Slideshow.init();

  // Example 4: Start Off in Autoplay Mode with Custom Transition
  // Slideshow.transition = transitionScrollUp;
  // Slideshow.init( { mode: 'autoplay' } );
} );