diff --git a/assets/custom.js b/assets/custom.js index 70196d2..4b4964a 100644 --- a/assets/custom.js +++ b/assets/custom.js @@ -4,17 +4,13 @@ $( document ).ready(function() { console.log( "Are you a #hacker too ? Find a cookie at the event. Here is the code : 'codered' !" ); // ScrollReveal Config - window.sr = ScrollReveal({reset:true}); - // Customizing a reveal set // sr.reveal( 'header', { duration: 1000 } ); sr.reveal('.scrollr', { duration: 2000 }); sr.reveal('.scrollr-1', { duration: 2300 }); sr.reveal('.scrollr-2', { duration: 2600 }); sr.reveal('.scrollr-3', { duration: 2900 }); - - smoothScroll.init(); -}); \ No newline at end of file +});