Props
| Prop Name | Type | Default | Description |
|---|---|---|---|
factor | number | 0.05 | Multiplier for mouse parallax movement. |
speed | number | 50 | Base speed (in seconds) for vertical looping animation of star layers. |
transition | SpringOptions | { stiffness: 50, damping: 20 } | Spring physics config for smooth motion response to cursor movement. |
starColor | string | "#fff" | Color of the stars. Accepts any valid CSS color value. |
class | string | — | Optional additional classes for container div. Useful for z-index, etc. |
Credits
- Ported from Animate UI