Mercurial > hg > Papers > 2019 > menikon-sigos
view slide/s6/js/jquery.slideshow.ready.js @ 16:22deadcd8653
add slide
author | e165723 <e165723@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 23 May 2019 18:29:30 +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' } ); } );