Team:USP-UNESP-Brazil/Templates/Header
From 2012.igem.org
(Difference between revisions)
Line 31: | Line 31: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
+ | function loop(){ | ||
$("#imgIntroduction").delay(6000).fadeOut("slow", function(){ | $("#imgIntroduction").delay(6000).fadeOut("slow", function(){ | ||
$("#imgHackology").delay(6000).fadeOut("slow", function(){ | $("#imgHackology").delay(6000).fadeOut("slow", function(){ | ||
$("#imgPlugnPlay").delay(6000).fadeOut("slow", function(){ | $("#imgPlugnPlay").delay(6000).fadeOut("slow", function(){ | ||
$("#imgAssocMem").delay(6000).fadeOut("slow", function(){ | $("#imgAssocMem").delay(6000).fadeOut("slow", function(){ | ||
- | $("#imgIntroduction").delay(6000).fadeIn("slow", | + | $("#imgIntroduction").delay(6000).fadeIn("slow", loop); |
- | + | ||
}); | }); | ||
}); | }); | ||
}); | }); | ||
}); | }); | ||
+ | } | ||
}); | }); | ||
Revision as of 22:19, 23 September 2012
Network