Team:UCLA/anuved verma ucla2014 workspace/Javascript

From 2014.igem.org

(Difference between revisions)
 
Line 199: Line 199:
     $('.page_header_box').mouseenter(function(){
     $('.page_header_box').mouseenter(function(){
           $(this).animate({ opacity: '0.9'},1);
           $(this).animate({ opacity: '0.9'},1);
 +
    });
 +
    $('.page_header_box').mouseleave(function(){
 +
          $(this).animate({ opacity: '0.5'},1);
     });
     });
});
});

Latest revision as of 19:55, 20 September 2014