diff 2014/js/jquery.slideshow.ready.js @ 17:ff03dd29fd52

arrange
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 07 Apr 2015 17:59:01 +0900
parents js/jquery.slideshow.ready.js@1308906213ab
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2014/js/jquery.slideshow.ready.js	Tue Apr 07 17:59:01 2015 +0900
@@ -0,0 +1,15 @@
+
+$(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' } );
+} );
\ No newline at end of file