scrollorama.animate(‘#example1′,{
duration:400, property:’opacity’
})
? ? ?
Hook into the onBlockChange event.
scrollorama.onBlockChange(function() {
alert(‘You just scrolled to block#’+scrollorama.blockIndex);
});
scrollorama.animate(‘#example1′,{
duration:400, property:’opacity’
})
? ? ?
Hook into the onBlockChange event.
scrollorama.onBlockChange(function() {
alert(‘You just scrolled to block#’+scrollorama.blockIndex);
});