view 14/slides/js/jquery.slideshow.ready.js @ 56:9c020c214dff

add s6
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Fri, 21 Mar 2014 09:54:19 +0900
parents
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' } );
} );