From ba8bc75d3fe21013c5f7df063001fdada6e5e086 Mon Sep 17 00:00:00 2001 From: Abhi-hertz <93651229+AE-Hertz@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:29:38 +0530 Subject: [PATCH] fix: animation --- frontend/index.html | 111 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 86 insertions(+), 25 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index c8f69f2..ecee1ac 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -30,18 +30,23 @@ width: 24px; border-radius: 24px; background-color: black; - position: relative; top: 0; left: 0; - - pointer-events: none; + position: absolute; + /* pointer-events: none; */ z-index: 99999999; - + visibility: hidden; + opacity: 0; + transition: opacity 0.3s ease; } + .hidden { + display: none; + } + @media (max-width : 768px) { .circle { - display: none; + display: none !important; } } @@ -494,11 +499,13 @@

Saarthi

-