Team:NYMU-Taipei/TopBar
From 2014.igem.org
(Difference between revisions)
m |
m |
||
Line 49: | Line 49: | ||
.on('mouseover', function(){ | .on('mouseover', function(){ | ||
$('#obj1').stop(true).animate({ | $('#obj1').stop(true).animate({ | ||
- | top: | + | top: 90, |
- | left: | + | left:650, |
}, 300, 'easeOutSine'); | }, 300, 'easeOutSine'); | ||
}) | }) | ||
.on('mouseout', function(){ | .on('mouseout', function(){ | ||
$('#obj1').stop(true).animate({ | $('#obj1').stop(true).animate({ | ||
- | top: | + | top: 80, |
- | left: | + | left:850, |
}, 300, 'easeOutSine'); | }, 300, 'easeOutSine'); | ||
}); | }); |
Revision as of 11:15, 11 April 2014