↓ 1 callersFunctionremapValue(
value: number,
start1: number,
end1: number,
start2: number,
end2: number,
)
components/ui/particles.tsx:200
FunctionAnimatedBackground({
width = 40,
height = 40,
x = -1,
y = -1,
strokeDasharray = 0,
numSquares = 50,
className,
maxOpacit
components/ui/animated-background.tsx:20
FunctionAnimatedBeam({
className,
containerRef,
fromRef,
toRef,
curvature = 0,
reverse = false, // Include the reverse prop
components/ui/animated-beam.tsx:27
FunctionBackground({
children,
width = 40,
height = 40,
x = -1,
y = -1,
strokeDasharray = 0,
squares,
className,
...pro
components/ui/background.tsx:16
FunctionBentoCard({
name,
className,
background,
Icon,
description,
href,
cta,
}: {
name: string;
className: string;
components/ui/bento-grid.tsx:133
FunctionBorderBeam({
className,
size = 200,
duration = 15,
anchor = 90,
borderWidth = 1.5,
colorFrom = "#ffaa40",
colorTo
components/ui/border-beam.tsx:14
FunctionMarquee({
className,
reverse,
pauseOnHover = false,
children,
vertical = false,
repeat = 4,
...props
}: Marque
components/ui/marquee.tsx:13
FunctionParticles({
className = "",
quantity = 100,
staticity = 50,
ease = 50,
size = 0.4,
refresh = false,
color = "#ff
components/ui/particles.tsx:51