Team:NYMU-Taipei/TopBar
From 2014.igem.org
(Difference between revisions)
m |
m |
||
Line 58: | Line 58: | ||
opacity:0, | opacity:0, | ||
}, 200, 'easeOutSine'); | }, 200, 'easeOutSine'); | ||
+ | }); | ||
+ | $('.navbt2') | ||
+ | .on('mouseover', function(){ | ||
+ | $('#obj3').stop(true).animate({ | ||
+ | width:80, | ||
+ | }, 300, 'easeOutSine'); | ||
+ | }) | ||
+ | .on('mouseout', function(){ | ||
+ | $('#obj3').stop(true).animate({ | ||
+ | width:60, | ||
+ | }, 300, 'easeOutSine'); | ||
}); | }); | ||
$('.navbt3') | $('.navbt3') |
Revision as of 11:46, 11 April 2014