via designstaff.org
Bootstrap Generator
Kick-start your Twitter Bootstrap project the way you want. Simply alter the options below and click "Generate" to get your compiled Bootstrap CSS file.
via martinbean.co.uk
Design and build your site, dividing your content into blocks.
★ ★ ★
Embed scrollorama.js after jQuery and initialize the plugin, passing the blocks class selector as a parameter.
$(document).ready(function() { var scrollorama = $.scrollorama({ blocks:'.scrollblock' }); });★ ★ ★
Target an element and animate its properties.
scrollorama.animate('#example1',{ duration:400, property:'opacity' })★ ★ ★
Hook into the
onBlockChange
event.scrollorama.onBlockChange(function() { alert('You just scrolled to block#'+scrollorama.blockIndex); });
via designmodo.com