From 6fdf0a0694eeb290705d7b702894f6230e2a54e0 Mon Sep 17 00:00:00 2001 From: chaanakyaaM Date: Fri, 18 Oct 2024 17:44:51 +0530 Subject: [PATCH] scroll bug fixed --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9fd598e..a0198dc 100644 --- a/index.html +++ b/index.html @@ -1444,7 +1444,8 @@

Hemant Krishna

// Loop through each profile and add the AOS attribute profiles.forEach((profile) => { - profile.setAttribute('data-aos', 'fade-down'); + profile.setAttribute('data-aos', 'fade-up'); + }); @@ -1481,7 +1482,9 @@

Hemant Krishna