From 61679b0c50e6552f0a1d214d79aad3a09243043a Mon Sep 17 00:00:00 2001 From: Tristan Hollman Date: Mon, 26 Feb 2024 21:31:37 +0100 Subject: [PATCH] add comment --- .../AceternityUi/BackgroundBeams/BackgroundBeams.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/AceternityUi/BackgroundBeams/BackgroundBeams.tsx b/src/components/AceternityUi/BackgroundBeams/BackgroundBeams.tsx index 8f15019..69d283a 100644 --- a/src/components/AceternityUi/BackgroundBeams/BackgroundBeams.tsx +++ b/src/components/AceternityUi/BackgroundBeams/BackgroundBeams.tsx @@ -97,8 +97,9 @@ export const BackgroundBeams = (props: { className?: string }) => { key={`gradient-${index}`} animate={{ x1: ["0%", "100%"], - x2: ["0%", "85%"], y1: ["0%", "100%"], + // 15% of the line is higlighted + x2: ["0%", "85%"], y2: ["0%", `85%`], }} transition={{