Line 27: | Line 27: | ||
<div id="test2" style="display: none" class="fixed-centertree" > | <div id="test2" style="display: none" class="fixed-centertree" > | ||
<img src="https://static.igem.org/mediawiki/2016/a/a7/T--Hong_Kong_HKUST--tree_blue.png" style="width:450px;height:600px;"> | <img src="https://static.igem.org/mediawiki/2016/a/a7/T--Hong_Kong_HKUST--tree_blue.png" style="width:450px;height:600px;"> | ||
+ | </div> | ||
+ | <div id="test2.1" style="display: none" class="fixed-centertree" > | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/cd/T--Hong_Kong_HKUST--tree_green.png" style="width:450px;height:600px;"> | ||
+ | </div> | ||
+ | <div id="test2.2" style="display: none" class="fixed-centertree" > | ||
+ | <img src="https://static.igem.org/mediawiki/2016/6/67/T--Hong_Kong_HKUST--tree_red.png" style="width:450px;height:600px;"> | ||
</div> | </div> | ||
Line 340: | Line 346: | ||
setTimeout(function(){$( "#test2" ).fadeIn( 600 );},10000); | setTimeout(function(){$( "#test2" ).fadeIn( 600 );},10000); | ||
setTimeout(function(){$( "#test3" ).fadeIn( 600 );},11000); | setTimeout(function(){$( "#test3" ).fadeIn( 600 );},11000); | ||
− | setTimeout(function(){$( "#test3" ).fadeOut( 600 );}, | + | setTimeout(function(){$( "#test3" ).fadeOut( 600 );},14000); |
− | setTimeout(function(){$( "#test4" ).fadeIn( 600 );}, | + | setTimeout(function(){$( "#test4" ).fadeIn( 600 );},15000); |
+ | setTimeout(function(){$( "#test2.1" ).fadeIn( 600 );},17500); | ||
+ | setTimeout(function(){$( "#test2" ).fadeOut( 600 );},17500); | ||
+ | setTimeout(function(){$( "#test2.2" ).fadeIn( 600 );},19000); | ||
+ | setTimeout(function(){$( "#test2.1" ).fadeOut( 600 );},19000); | ||
setTimeout(function(){$( "#test4" ).fadeOut( 600 );},20500); | setTimeout(function(){$( "#test4" ).fadeOut( 600 );},20500); | ||
setTimeout(function(){$( "#test5" ).fadeIn( 600 );},21500); | setTimeout(function(){$( "#test5" ).fadeIn( 600 );},21500); | ||
− | setTimeout(function(){$( "#test5" ).fadeOut( 600 );}, | + | setTimeout(function(){$( "#test5" ).fadeOut( 600 );},24500); |
− | setTimeout(function(){$( "#test2" ).fadeOut( 600 );}, | + | setTimeout(function(){$( "#test2" ).fadeOut( 600 );},25000); |
− | setTimeout(function(){$( "#test7" ).fadeIn( 600 );}, | + | setTimeout(function(){$( "#test7" ).fadeIn( 600 );},26000); |
− | setTimeout(function(){$( "#test8" ).fadeIn( 600 );}, | + | setTimeout(function(){$( "#test8" ).fadeIn( 600 );},26000); |
− | setTimeout(function(){$( "#test6" ).fadeIn( 600 );}, | + | setTimeout(function(){$( "#test6" ).fadeIn( 600 );},27000); |
</script> | </script> | ||
Revision as of 03:48, 19 October 2016