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', '-230px')
+
$(this).css('margin-left', '-220px')
})
})
//アニメーション処理
//アニメーション処理
Line 16: Line 16:
function () {
function () {
$(this).stop().animate({
$(this).stop().animate({
-
'marginLeft':'-230px'
+
'marginLeft':'-220px'
},'slow', 'easeOutBounce');
},'slow', 'easeOutBounce');
}
}

Revision as of 12:01, 21 May 2014