From dc61f5388c9ae3885c0be5717b922dff3d55d2b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriela=20Mu=C3=B1oz?= <32079715+sg-girl@users.noreply.github.com> Date: Fri, 27 Oct 2017 16:37:30 -0500 Subject: [PATCH] Update custom.js --- assets/custom.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 +});