Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhollman committed Feb 26, 2024
1 parent a1a1c17 commit 61679b0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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={{
Expand Down

0 comments on commit 61679b0

Please sign in to comment.