From: Steve Sutton Date: Mon, 8 Feb 2010 18:05:28 +0000 (+0000) Subject: add for slideshow X-Git-Tag: v1.0.0~118 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=85686adbafc0823bdf3bf8145427e1b9f4ff935c;p=web%2FTroutCreek.git add for slideshow --- diff --git a/libjs/slideshow.js b/libjs/slideshow.js new file mode 100644 index 0000000..5b3667d --- /dev/null +++ b/libjs/slideshow.js @@ -0,0 +1,11 @@ +$(document).ready( + function(){ + $('ul#slideshow').innerfade({ + speed: 6000, + timeout: 8000, + type: 'sequence', + containerheight: '250px' + }); + } +); +