comparison before_s6/2014/2014_02_11/s6_trunk/js/jquery.slideshow.ready.js @ 5:ab2d529bb1d7

add slide
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 14 Oct 2014 19:17:35 +0900
parents 2014/2014_02_04/s6_trunk/js/jquery.slideshow.ready.js@0dbe58077244
children
comparison
equal deleted inserted replaced
4:10fb2b05e390 5:ab2d529bb1d7
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 } );