Glow Effect
Pulsing luminous halo around an item.
Usage
app.applyEffect(item, 'glow', {
color: '#a78bfa',
speed: 1.0,
intensity: 0.6,
size: 1.5
});
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
color |
string | '#a78bfa' |
Glow color |
speed |
number | 1.0 | Pulse speed |
intensity |
number | 0.6 | Glow opacity (0-1) |
size |
number | 1.5 | Glow radius multiplier |