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

Revision as of 12:09, 21 May 2014