Installation
Usage
Custom Angle
Props
| Prop | Type | Default | Description |
|---|---|---|---|
number | number | 20 | Number of meteors to render |
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 |
className | string | - | Additional CSS classes for meteor elements |
Each meteor is randomly positioned and has randomized animation delays and durations within the specified ranges.