Mercurial > hg > Papers > 2018 > nozomi-master
view presentation/s6/js/jquery.slideshow.ready.js @ 103:76769fd0995e
Generate slide
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 12 Feb 2017 18:10:33 +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' } ); } );