Mercurial > hg > Papers > 2017 > mitsuki-thesis
view presen/s6/js/jquery.slideshow.ready.js @ 27:f38236c1362e
update
author | mir3636 |
---|---|
date | Thu, 16 Feb 2017 11:27:20 +0900 |
parents | 86f6bb9be40a |
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' } ); } );