Electric Effect
Flickering lightning bolts around an item.
Usage
app.applyEffect(item, 'electric', {
color: '#67e8f9',
boltCount: 3,
length: 60,
flickerRate: 8
});
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
color |
string | '#67e8f9' |
Bolt color |
speed |
number | 1.0 | Animation speed |
boltCount |
number | 3 | Number of lightning bolts |
length |
number | 60 | Bolt length in pixels |
flickerRate |
number | 8 | Flickers per second |