added 3 new animations, simple css change
This commit is contained in:
parent
f0cbb639e8
commit
feced317af
4 changed files with 196 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue