Allen850413 (Talk | contribs) |
Allen850413 (Talk | contribs) |
||
Line 5: | Line 5: | ||
$("#Home").hover(function(){ | $("#Home").hover(function(){ | ||
− | $("#sub_home").stop(true,false,true).slideToggle(300 | + | $("#sub_home").stop(true,false,true).slideToggle(300); |
}); | }); | ||
$("#Project").hover(function(){ | $("#Project").hover(function(){ | ||
− | $("#sub_project").stop(true,false,true).slideToggle(300 | + | $("#sub_project").stop(true,false,true).slideToggle(300); |
}); | }); | ||
$("#Parts").hover(function(){ | $("#Parts").hover(function(){ | ||
− | $("#sub_parts").stop(true,false,true).slideToggle(300 | + | $("#sub_parts").stop(true,false,true).slideToggle(300); |
}); | }); | ||
$("#Modeling").hover(function(){ | $("#Modeling").hover(function(){ | ||
− | $("#sub_modeling").stop(true,false,true).slideToggle(300 | + | $("#sub_modeling").stop(true,false,true).slideToggle(300); |
}); | }); | ||
$("#Drylab").hover(function(){ | $("#Drylab").hover(function(){ | ||
− | $("#sub_drylab").stop(true,false,true).slideToggle(300 | + | $("#sub_drylab").stop(true,false,true).slideToggle(300); |
}); | }); | ||
$("#Human_Practice").hover(function(){ | $("#Human_Practice").hover(function(){ | ||
− | $("#sub_human_practice").stop(true,false,true).slideToggle(300 | + | $("#sub_human_practice").stop(true,false,true).slideToggle(300); |
}); | }); | ||
$("#Notebook").hover(function(){ | $("#Notebook").hover(function(){ | ||
− | $("#sub_notebook").stop(true,false,true).slideToggle(300 | + | $("#sub_notebook").stop(true,false,true).slideToggle(300); |
}); | }); | ||
$("#home_button").hover(function(){ | $("#home_button").hover(function(){ | ||
− | $(this). | + | $(this).animate({background: #000000},200, 'linear') |
},function(){ | },function(){ | ||
$(this).css("background","#F96784") | $(this).css("background","#F96784") |
Revision as of 03:37, 15 August 2018