ホバーアウト状態でリターンアニメーションを再生するのに少し問題があります。
$("#porttab").hover(function(){
$(this).stop().animate({"top" : "40px"}, {
duration: 'slow',
easing: 'easeOutElastic'
}, function(){
$(this).stop().animate({"top": "-40px"}, {
duration: 'slow',
easing: 'easeOutElastic'
});
});
});
ここで何が間違っているのかわかりませんが、私は少しjquery noobなので、優しくしてください。
そして、それが違いを生むのであれば、私はイージングプラグインを使用しています。