Difference between revisions of "Team:Virginia/Notebook"
Line 123: | Line 123: | ||
$("#right-arrow").fadeOut("fast"); | $("#right-arrow").fadeOut("fast"); | ||
} | } | ||
+ | if( !($left.hasClass("cover")) ) { | ||
+ | $("#left-arrow").fadeIn("fast"); | ||
+ | } | ||
+ | |||
}); | }); | ||
Line 147: | Line 151: | ||
if( !($left.hasClass("cover") || $right.hasClass("cover")) ) { | if( !($left.hasClass("cover") || $right.hasClass("cover")) ) { | ||
$("#right-arrow").fadeIn("fast"); | $("#right-arrow").fadeIn("fast"); | ||
+ | } | ||
+ | if( $left.hasClass("cover") ) { | ||
+ | $("#left-arrow").fadeOut("fast"); | ||
} | } | ||
}); | }); |
Revision as of 20:35, 15 August 2015
Team Notebook
The pages below are directly from our team notebook, which was kept throughout the whole project development process. Click on the top right corner to move forward a page, and click the top left corner to move back a page.