Template:Team:KIT-Kyoto/navi

From 2014.igem.org

(Difference between revisions)
Line 12: Line 12:
$(this).stop().animate({
$(this).stop().animate({
'marginLeft':'-100px'
'marginLeft':'-100px'
-
},'falst', 'easeOutCubic');
+
},'falst', 'easeOutQuart');
},
},
function () {
function () {
$(this).stop().animate({
$(this).stop().animate({
'marginLeft':'-210px'
'marginLeft':'-210px'
-
},'slow', 'easeInCubic');
+
},'slow', 'easeOutQuart');
}
}
);
);

Revision as of 12:07, 21 May 2014