Confetti Effect
One-shot burst of colorful confetti pieces with gravity.
Usage
app.applyEffect(item, 'confetti', {
colors: ['#ef4444', '#fbbf24', '#22c55e', '#3b82f6', '#a855f7'],
count: 30,
radius: 150,
gravity: 200
});
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
colors |
string[] | rainbow | Array of confetti colors |
count |
number | 30 | Number of confetti pieces |
radius |
number | 150 | Burst radius |
gravity |
number | 200 | Gravity pull (px/s²) |