Template:Team:Oxford/templates/header
From 2014.igem.org
(Difference between revisions)
Line 367: | Line 367: | ||
function startup4(){ | function startup4(){ | ||
$(".4").animate({marginLeft:'+=250px'}, 1000); | $(".4").animate({marginLeft:'+=250px'}, 1000); | ||
+ | } | ||
+ | |||
+ | function startup4(){ | ||
+ | $(".5").animate({marginLeft:'+=250px'}, 1000); | ||
} | } | ||
Line 387: | Line 391: | ||
startup4(); | startup4(); | ||
}, 1750); | }, 1750); | ||
+ | setTimeout(function() { | ||
+ | startup5(); | ||
+ | }, 1900); | ||
}); | }); | ||
Revision as of 03:57, 22 September 2014