Allen850413 (Talk | contribs) |
Allen850413 (Talk | contribs) |
||
Line 38: | Line 38: | ||
}); | }); | ||
− | + | $("#home1").hover(function(){ | |
− | $("# | + | $("#home_img").css('display', 'block'); |
− | $("# | + | $("#home_img").animate({ opacity: 0 }, 0); |
− | $("# | + | $("#home_img").stop(true,false,true).animate({opacity: 1,left:'25vw'},800, 'swing') |
− | $("# | + | $("#home_word").stop(true,false,true).delay(750).fadeIn(700) |
},function(){ | },function(){ | ||
− | $("# | + | $("#home_img").stop(true,false,true).css("display","none").css("left","50vw"); |
− | $("# | + | $("#home_word").fadeOut(0) |
− | }); | + | }); |
}); | }); | ||
</script> | </script> | ||
Line 62: | Line 62: | ||
<li class="list" id="home3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Judge">For Judge</a></li> | <li class="list" id="home3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Judge">For Judge</a></li> | ||
− | <div id=" | + | <div id="home_img"> |
<img src="https://2018.igem.org/File:T--CCU_Taiwan--home.png"></img> | <img src="https://2018.igem.org/File:T--CCU_Taiwan--home.png"></img> | ||
</div> | </div> |
Revision as of 04:35, 9 August 2018