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'}) | + | $("#textContent").transition({perspective: '100px',rotateY: '180deg'},function(){previousDay(globalMonth,globalDay);}); |
- | previousDay(globalMonth,globalDay); | + | |
}); | }); | ||
Line 26: | Line 26: | ||
perspective: '100px', | perspective: '100px', | ||
rotateY: '-180deg' | rotateY: '-180deg' | ||
- | }) | + | },function(){nextDay(globalMonth,globalDay);}); |
- | nextDay(globalMonth,globalDay); | + | |
}); | }); |
Revision as of 14:47, 21 August 2012
June
July
August
September
October