Team:Lyon-INSA/notebook
From 2012.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
$("#jourPrecedent").click(function(){ | $("#jourPrecedent").click(function(){ | ||
- | $("#textContent").transition({perspective: '100px',rotateY: '180deg'},function(){previousDay(globalMonth,globalDay);}); | + | $("#textContent").transition({perspective: '100px',rotateY: '180deg'},500,function(){previousDay(globalMonth,globalDay);}); |
}); | }); | ||
Line 26: | Line 26: | ||
perspective: '100px', | perspective: '100px', | ||
rotateY: '-180deg' | rotateY: '-180deg' | ||
- | },function(){nextDay(globalMonth,globalDay);}); | + | },500,function(){nextDay(globalMonth,globalDay);}); |
Revision as of 14:48, 21 August 2012
June
July
August
September
October