added 3 new animations, simple css change

This commit is contained in:
yuri 2022-08-06 19:42:40 +02:00
commit feced317af
No known key found for this signature in database
GPG key ID: E646779AC54AEC64
4 changed files with 196 additions and 5 deletions

View file

@ -25,6 +25,17 @@
<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_randomsingle" value="randomsingle"/>
<label for="animation_randomsingle">Random Single</label>
<div>
<input type="radio" class="js_animation" name="state" id="animation_twocolor" value="twocolor"/>
<label for="animation_twocolor">Two Color</label>
</div>
<div>
<input type="radio" class="js_animation" name="state" id="animation_caramelldansen" value="caramelldansen"/>
<label for="animation_caramelldansen">Caramelldansen</label>
</div>
</fieldset>
<fieldset class="colors">
<legend>Color</legend>