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) ...")
Line 4: Line 4:
     $('.bgimg img:gt(0)').hide();   
     $('.bgimg img:gt(0)').hide();   
     setInterval(function() {   
     setInterval(function() {   
-
       $('.bgimg :first-child').fadeOut(3000)   
+
       $('.bgimg :first-child').fadeOut(8000)   
-
         .next('img').fadeIn(3000)   
+
         .next('img').fadeIn(8000)   
       .end().appendTo('.bgimg');   
       .end().appendTo('.bgimg');   
     }, 5000);
     }, 5000);
   });   
   });   
</script>
</script>

Revision as of 12:11, 21 May 2014