Skip to content

Instantly share code, notes, and snippets.

@gsimone
Created October 2, 2013 12:21
Show Gist options
  • Select an option

  • Save gsimone/6792863 to your computer and use it in GitHub Desktop.

Select an option

Save gsimone/6792863 to your computer and use it in GitHub Desktop.
<!-- nel document ready js -->
$('#servizio').on('click', function(){
$('#servizi').animatescroll({
onScrollStart: function(){ console.log('starting') },
onScrollEnd: function(){
$('#responsivedesign').addClass('animated flash')
}
})
})
<!-- nell'html -->
<a class="toDettagli" href="#" onclick="" >Dettagli</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment