Timing item fade_in with JavaScript – Twitter bootstrap
This is the method I am using to fade in certain elements on a page on scroll. Is there a way to add to this by timing the different elements? Such as: <div id="item1"></div> <div id="item2"></div> <div id="item3"></div> Where item1…