Team:SDU-Denmark/core/footer
From 2013.igem.org
(Difference between revisions)
Heidi.Wille (Talk | contribs) |
Heidi.Wille (Talk | contribs) |
||
Line 12: | Line 12: | ||
<script> | <script> | ||
- | |||
$('.footerContainer').mouseenter(function() { | $('.footerContainer').mouseenter(function() { | ||
- | |||
- | |||
$('.footer').animate({height: '70px'}, 500); | $('.footer').animate({height: '70px'}, 500); | ||
- | |||
}); | }); | ||
$('.footerContainer').mouseleave(function() { | $('.footerContainer').mouseleave(function() { | ||
- | + | $('.footer').animate({height: '30px'}, 100); | |
- | + | ||
- | $('.footer').animate({height: '30px'}, | + | |
- | + | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 19:32, 19 May 2013