|
|
Line 49: |
Line 49: |
| }); | | }); |
| | | |
− | $("#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(){
| |
− | $("#home_img").stop(true,false,true).css("display","none").css("left","40vw");
| |
− | $("#home_word").fadeOut(0)
| |
− | });
| |
| | | |
| }); | | }); |