add new animation RotatingRainbowBeamerBlack

new animation that disables the lights on the projector side of the room
mostly copied from the kitchenlight effect by tessak9
This commit is contained in:
dario 2026-05-16 22:07:14 +02:00
commit 69840b41fc
Signed by: dario
SSH key fingerprint: SHA256:zP7OE8nhYwOWaDhOawrP6NmUVcZWi0wyPKQa6052GpM
3 changed files with 32 additions and 3 deletions

View file

@ -25,6 +25,10 @@
<div>
<input type="radio" class="js_animation" name="state" id="animation_kitchenlight" value="kitchenlight"/>
<label for="animation_kitchenlight">Kitchenlight</label>
</div>
<div>
<input type="radio" class="js_animation" name="state" id="animation_beamermode" value="beamermode"/>
<label for="animation_kitchenlight">Beamer Mode</label>
</div>
% end
<div>
@ -50,4 +54,4 @@
</fieldset>
</div>
</body>
</html>
</html>