feat: add chase and gradient flash notification effects with priority queue
Some checks failed
Lint & Test / test (push) Failing after 28s
Some checks failed
Lint & Test / test (push) Failing after 28s
New notification effects: - Chase: light bounces across strip with Gaussian glow tail - Gradient flash: bright center fades to edges with exponential decay Queue priority: notifications with color_override get high priority and interrupt the current effect. Also fixes transient preview for notification sources — adds WebSocket "fire" command so inline preview works without a saved source, plus auto-fires on preview open so the effect is visible immediately.
This commit is contained in:
@@ -443,6 +443,8 @@
|
||||
<option value="flash" data-i18n="color_strip.notification.effect.flash">Flash</option>
|
||||
<option value="pulse" data-i18n="color_strip.notification.effect.pulse">Pulse</option>
|
||||
<option value="sweep" data-i18n="color_strip.notification.effect.sweep">Sweep</option>
|
||||
<option value="chase" data-i18n="color_strip.notification.effect.chase">Chase</option>
|
||||
<option value="gradient_flash" data-i18n="color_strip.notification.effect.gradient_flash">Gradient Flash</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user