Template:Team:KIT-Kyoto/SlideShow
From 2014.igem.org
(Difference between revisions)
(Created page with "<html> <script type="text/javascript"> $(function(){ $('.bgimg img:gt(0)').hide(); setInterval(function() { $('.bgimg :first-child').fadeOut(3000) ...") |
|||
(3 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function(){ | $(function(){ | ||
- | $(' | + | $('#bgimg img:gt(0)').hide(); |
setInterval(function() { | setInterval(function() { | ||
- | $(' | + | $('#bgimg :first-child').fadeOut(5000) |
- | .next('img').fadeIn( | + | .next('img').fadeIn(5000) |
- | .end().appendTo(' | + | .end().appendTo('#bgimg'); |
- | }, | + | }, 15000); |
}); | }); | ||
</script> | </script> |
Latest revision as of 05:53, 26 September 2014