Team:UT Dallas/Notebook
From 2012.igem.org
(Difference between revisions)
Line 191: | Line 191: | ||
left: '0px' | left: '0px' | ||
}, 500, function() { | }, 500, function() { | ||
- | + | $('#book_contents').animate({ | |
+ | left: '0px' | ||
+ | }, 500, function() { | ||
+ | //anim complete | ||
+ | }); | ||
}); | }); | ||
} | } | ||
Line 199: | Line 203: | ||
left: '-265px' | left: '-265px' | ||
}, 500, function() { | }, 500, function() { | ||
- | + | $('#book_contents').animate({ | |
+ | left: '110px' | ||
+ | }, 500, function() { | ||
+ | //anim complete | ||
+ | }); | ||
}); | }); | ||
}); | }); |
Revision as of 07:17, 28 September 2012