Team:Marburg/Template:Header
From 2013.igem.org
(Difference between revisions)
m |
m |
||
Line 388: | Line 388: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | $.fn.cycle.defaults.timeout = | + | $.fn.cycle.defaults.timeout = 6500; |
$(function() { | $(function() { | ||
- | |||
- | |||
- | |||
- | |||
- | |||
$('#s3').cycle({ | $('#s3').cycle({ | ||
fx: 'fade', | fx: 'fade', | ||
- | speed: | + | speed: 350, |
- | timeout: | + | timeout: 4000, |
next: '#s3', | next: '#s3', | ||
pause: 1 | pause: 1 | ||
Line 412: | Line 407: | ||
.append('<h3>' + this.alt + '</h3>'); | .append('<h3>' + this.alt + '</h3>'); | ||
} | } | ||
- | </script> | + | </script></html> |
- | </html> | + |
Revision as of 12:21, 21 September 2013