Implement Hackertours effect

This commit is contained in:
Stefan Bethke 2024-12-16 16:15:56 +01:00
commit 93b409736f
6 changed files with 60 additions and 12 deletions

View file

@ -21,6 +21,10 @@
<input type="radio" class="js_animation" name="state" id="animation_rainbow" value="rainbow"/>
<label for="animation_rainbow">Rainbow</label>
</div>
<div>
<input type="radio" class="js_animation" name="state" id="animation_hackertours" value="hackertours"/>
<label for="animation_hackertours">Hackertours</label>
</div>
</fieldset>
<fieldset class="colors">
<legend>Color</legend>