Mercurial > hg > Papers > 2016 > masa-master
view slide/s6/js/jquery.slideshow.ready.js @ 109:2978fdc0fc6f
add
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 20 Feb 2016 20:26:05 +0900 |
parents | 69467f538e4e |
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' } ); } );