Trail
VERSION2.3.0
LICENSEMIT
CONFIG3 Options
Generates procedural particles that trail behind your motion.
Installation
pnpm add @supermousejs/trailUsage
app.use(Trail({ length: 12, color: '#f0f' }));Configuration
* Reactive Property| Option | Type | Default | Description |
|---|---|---|---|
| length | number | 10 | Number of trail segments. |
| size * | number | 6 | Size of trail particles. |
| color * | string | '#ff00ff' | Color of segments. |