comparison slides/20160308/s6/js/jquery.slideshow.ready.js @ 101:188fd73ca50d

auto-Update generated slides by script
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Tue, 08 Mar 2016 18:13:05 +0900
parents
children
comparison
equal deleted inserted replaced
100:df91dd37e9c5 101:188fd73ca50d
1
2 $(document).ready( function() {
3 Slideshow.init();
4
5 // Example 2: Start Off in Outline Mode
6 // Slideshow.init( { mode: 'outline' } );
7
8 // Example 3: Use Custom Transition
9 // Slideshow.transition = transitionScrollUp;
10 // Slideshow.init();
11
12 // Example 4: Start Off in Autoplay Mode with Custom Transition
13 // Slideshow.transition = transitionScrollUp;
14 // Slideshow.init( { mode: 'autoplay' } );
15 } );