view slides/js/jquery.slideshow.ready.js @ 100:ae161408bc1c

Fixed chapter2.tex
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sat, 15 Feb 2014 04:37:14 +0900
parents bd73f0e1cdd4
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' } );
} );