projects
/
web
/
TroutCreek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b743d7
)
add for slideshow
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 8 Feb 2010 18:05:28 +0000
(18:05 +0000)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 8 Feb 2010 18:05:28 +0000
(18:05 +0000)
libjs/slideshow.js
[new file with mode: 0644]
patch
|
blob
diff --git a/libjs/slideshow.js
b/libjs/slideshow.js
new file mode 100644
(file)
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'
+ });
+ }
+);
+