forEach( document.querySelectorAll( '.jsDemoGridMore > div' ), function ( div ) {
window.ScrollScout.becomesVisible( div, 0 ).then( makeBlue );
} );
forEach( document.querySelectorAll( '.jsDemoGridMore > div' ), function ( div ) {
window.ScrollScout.becomesVisible( div, 0 ).then( makeGreen );
} );
forEach( document.querySelectorAll( '.jsDemoGridMore > div' ), function ( div ) {
window.ScrollScout.becomesVisible( div, 100 ).then( makeRed );
} );
Just a simple ( and ugly coded ) demo. But better than nothing, right?