AnimatedBackground
Animated Background
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
shapeMode | 'fluid' | 'hexagon' | 'square' | β | |
shapeSize | number | β | |
strokeWidth | number | β | |
strokeOnly | boolean | β | |
quality | 1 | 2 | 3 | 4 | β | β |
speed | number | β | |
intensity | number | β | |
opacity | number | β | |
glowColor | string | β | |
fillColor | string | β | |
showParticles | boolean | β | |
particleCount | number | β | |
enableMouseTracking | boolean | β | |
contained | boolean | β |
Usage
<AnimatedBackground
shapeMode="hexagon"
shapeSize={60}
strokeWidth={2}
strokeOnly={true}
quality={3}
speed={0.5}
intensity={0.4}
opacity={0.6}
glowColor="--color-primary"
fillColor="--color-muted"
/>