Getting Started
Components
Special Effects
Animations
Text Animations
Backgrounds
A meteor shower effect.
Meteors
Installation
pnpm dlx shadcn-svelte@latest add https://sv-animations.vercel.app/r/meteors.json
Copy the Source Code
Copy and paste the following code into your project:
meteors.svelte
index.ts
Add Tailwind CSS
Add the following to your routes/layout.css file:
src/routes/layout.css
Folder Structure
Folder Structure
Props
Meteors
| Name | Type | Default | Description |
|---|---|---|---|
number | number | 20 | Number of meteors |
minDelay | number | 0.2 | Minimum delay in seconds before meteor animation starts |
maxDelay | number | 1.2 | Maximum delay in seconds before meteor animation starts |
minDuration | number | 2 | Minimum duration in seconds for meteor animation |
maxDuration | number | 10 | Maximum duration in seconds for meteor animation |
angle | number | 215 | Angle in degrees for meteor trajectory |
class | string | | Additional CSS classes for the meteors container |