view presen/js/jquery.slideshow.ready.js @ 34:aacf118c6a8c default tip

add file.
author Taninari YU <you@cr.ie.u-ryukyu.ac.jp>
date Mon, 03 Mar 2014 17:37:21 +0900
parents 57a92ff9540c
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' } );
} );