Implement Hackertours effect
This commit is contained in:
parent
d6cd834ca8
commit
93b409736f
6 changed files with 60 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue