Created
October 2, 2013 12:21
-
-
Save gsimone/6792863 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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