paper-leaf / alton

Alton is a jQuery-powered scrolling plugin, with a twist.
http://paper-leaf.com/alton-jquery-scroll-jacking-plugin/
217 stars 34 forks source link

Allow bookend to only contain a footer #29

Closed josephyancey closed 8 years ago

josephyancey commented 9 years ago

Bookend forces there to be both a header and footer. I needed a bookend that was only a footer. The code previously overwrote the last variable if the firstClass didn't exist. I decoupled the lastClass logic from the firstClass logic so we could have a standalone header bookend and a standalone footer bookend.

ntan97 commented 8 years ago

I dig this! Sorry for the delay in reviewing here, and thanks so much for contributing to the logic here!