Getting Started
Components
Special Effects
Animations
Text Animations
Backgrounds
A customizable dot pattern background component with optional glow animations and mask effects.
motion-sv
Installation
pnpm dlx shadcn-svelte@latest add https://sv-animations.vercel.app/r/dot-pattern.json
Install dependencies
Install the required packages for this component:
pnpm add motion-sv
Copy the Source Code
Copy and paste the following code into your project:
dot-pattern.svelte
index.ts
Folder Structure
Folder Structure
Examples
Linear Gradient Mask
Glow Effect
Props
DotPattern
A customizable dot pattern background with optional animations.
| Name | Type | Default | Description |
|---|---|---|---|
width | number | 16 | Horizontal spacing between dots |
height | number | 16 | Vertical spacing between dots |
x | number | 0 | X-offset of the entire pattern |
y | number | 0 | Y-offset of the entire pattern |
cx | number | 1 | X-offset of individual dots |
cy | number | 1 | Y-offset of individual dots |
cr | number | 1 | Radius of each dot |
glow | boolean | false | Enable glowing animation effect |
class | string | "" | Additional CSS classes |