Mercurial > hg > Papers > 2019 > anatofuz-thesis
comparison presen/s6/js/jquery.slideshow.ready.js @ 77:2327c951dfb9
update
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 18 Feb 2019 19:46:14 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
76:582b97946af6 | 77:2327c951dfb9 |
---|---|
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 } ); |