Template:Team:KIT-Kyoto/navi

From 2014.igem.org

(Difference between revisions)
Line 5: Line 5:
//ボタンを-200する
//ボタンを-200する
.each(function(){
.each(function(){
-
$(this).css('margin-left', '-300px')
+
$(this).css('margin-left', '-350px')
})
})
//アニメーション処理
//アニメーション処理
Line 16: Line 16:
function () {
function () {
$(this).stop().animate({
$(this).stop().animate({
-
'marginLeft':'-200px'
+
'marginLeft':'-350px'
-
},'slow', 'easeInQuad');
+
},'slow', 'easeOutQuad');
}
}
);
);
});
});
</script>
</script>

Revision as of 11:46, 21 May 2014