add for slideshow
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 8 Feb 2010 18:05:28 +0000 (18:05 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 8 Feb 2010 18:05:28 +0000 (18:05 +0000)
libjs/slideshow.js [new file with mode: 0644]

diff --git a/libjs/slideshow.js b/libjs/slideshow.js
new file mode 100644 (file)
index 0000000..5b3667d
--- /dev/null
@@ -0,0 +1,11 @@
+$(document).ready(
+       function(){
+               $('ul#slideshow').innerfade({
+                       speed: 6000,
+                       timeout: 8000,
+                       type: 'sequence',
+                       containerheight: '250px'
+               });
+       }
+);
+