From 86937cf1ce8662cf1ec86c1a6e1115d3f3d7bde2 Mon Sep 17 00:00:00 2001 From: Chitrakadyan2005 <143112769+Chitrakadyan2005@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:40:32 +0530 Subject: [PATCH 1/5] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5d889a8c..8d221fe5 100644 --- a/index.html +++ b/index.html @@ -34,8 +34,8 @@ .cursor { position: absolute; - width: 15px; /* Circle size */ - height: 15px; /* Circle size */ + width: 6px; /* Circle size */ + height: 6px; /* Circle size */ background-color: rgba(255, 165, 0, 0.8); /* Orange color */ border-radius: 50%; /* Circular shape */ pointer-events: none; /* Prevent interaction */ From a29ce9dc535c09045313d2fd2baf89dedca99133 Mon Sep 17 00:00:00 2001 From: Chitrakadyan2005 <143112769+Chitrakadyan2005@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:48:29 +0530 Subject: [PATCH 2/5] Update index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 8d221fe5..7991af57 100644 --- a/index.html +++ b/index.html @@ -36,10 +36,10 @@ position: absolute; width: 6px; /* Circle size */ height: 6px; /* Circle size */ - background-color: rgba(255, 165, 0, 0.8); /* Orange color */ - border-radius: 50%; /* Circular shape */ + background-color: rgba(255, 165, 0, 0.6); /* Orange color */ + border-radius: 10%; /* Circular shape */ pointer-events: none; /* Prevent interaction */ - transform: translate(-50%, -50%); /* Center the circle */ + transform: translate(-10%, -10%); /* Center the circle */ transition: transform 0.1s ease-out; /* Smooth movement */ } :root { From dc025b79e0609becfc2248112acf4304aa9b2a06 Mon Sep 17 00:00:00 2001 From: Chitrakadyan2005 <143112769+Chitrakadyan2005@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:55:16 +0530 Subject: [PATCH 3/5] Update index.html --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 7991af57..2c2a1742 100644 --- a/index.html +++ b/index.html @@ -1572,12 +1572,12 @@ .cursor { position: absolute; - width: 15px; /* Circle size */ - height: 15px; /* Circle size */ + width: 6px; /* Circle size */ + height: 6px; /* Circle size */ background-color: rgba(255, 165, 0, 0.8); /* Orange color */ - border-radius: 50%; /* Circular shape */ + border-radius: 10%; /* Circular shape */ pointer-events: none; /* Prevent interaction */ - transform: translate(-50%, -50%); /* Center the circle */ + transform: translate(-10%, -10%); /* Center the circle */ transition: transform 0.1s ease-out; /* Smooth movement */ } :root { From e6d32e13526ca24dbd67ece95265c7c8c540490d Mon Sep 17 00:00:00 2001 From: Chitrakadyan2005 <143112769+Chitrakadyan2005@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:54:24 +0530 Subject: [PATCH 4/5] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2c2a1742..f30ac418 100644 --- a/index.html +++ b/index.html @@ -6588,8 +6588,8 @@

Privacy Notice

// Get the next circle in the sequence const nextCircle = circles[index + 1] || circles[0]; - x += (nextCircle.x - x) * 0.3; - y += (nextCircle.y - y) * 0.3; + x += (nextCircle.x - x) * 0.15; + y += (nextCircle.y - y) * 0.15; }); // Repeat the animation From 5d7b97911c0e79ec4002f85a63a36cf6e4dc06d0 Mon Sep 17 00:00:00 2001 From: Chitrakadyan2005 <143112769+Chitrakadyan2005@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:57:51 +0530 Subject: [PATCH 5/5] Update index.html Shortened the tail of animation over cursor to make it look better --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f30ac418..4a414e4b 100644 --- a/index.html +++ b/index.html @@ -6607,7 +6607,7 @@

Privacy Notice

right: 45px; top: 40%; transform: translateY(-50%); - background :linear-gradient(hwb(357 6% 36%),#d26d6d); + background :linear-gradient(hwb(357 6% 30%),#d26d6d); color: white; border: none; border-radius: 50%; /* Make it circular */