Template:Team:Aix-Marseille/footer
From 2014.igem.org
(Difference between revisions)
Line 61: | Line 61: | ||
<script> | <script> | ||
- | + | smoothScroll.init({ | |
- | + | speed: 1000, | |
- | + | easing: 'easeInOutCubic', | |
- | + | offset: 0, | |
- | + | updateURL: true, | |
- | + | callbackBefore: function ( toggle, anchor ) {}, | |
- | + | callbackAfter: function ( toggle, anchor ) {} | |
- | + | }); | |
- | + | </script> | |
+ | <script> | ||
+ | $(function() { | ||
+ | console.debug($('#footer-box:last-child')); | ||
+ | }); | ||
+ | </script> | ||
</html> | </html> |
Revision as of 08:55, 20 August 2014