view 2014/js/jquery.slideshow.ready.js @ 22:e456138b7b1e

add 0504.html
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 28 Apr 2015 20:08:07 +0900
parents ff03dd29fd52
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' } );
} );