From a9b70fbe50e06924dba811963fab3b211691618e Mon Sep 17 00:00:00 2001 From: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com> Date: Mon, 29 Jun 2020 11:55:51 +0530 Subject: [PATCH] debug: console logs --- lib/js/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/js/index.js b/lib/js/index.js index 7df240a..da5677e 100644 --- a/lib/js/index.js +++ b/lib/js/index.js @@ -30,6 +30,7 @@ const fadeDuration = 500; const fadeDelay = 0; $(document).on('scroll ready', () => { + console.log('ready or scroll') $('.scroll-fade').each((i, elem) => { const offset = $(elem).attr('data-fade-offset') || fadeOffset; const duration = $(elem).attr('data-fade-duration') || fadeDuration;