Skip to content

Instantly share code, notes, and snippets.

View mmontolli's full-sized avatar

Matteo Montolli mmontolli

View GitHub Profile
@mmontolli
mmontolli / index.html
Created August 29, 2012 13:01
A little canvas background I made a while back... was the featured background of creativeapplications.net for a small while
<canvas id='c'></canvas>
@mmontolli
mmontolli / index.html
Created August 29, 2012 12:55
synth app buttons from the Untitled iPhone synth app waveforms dribbble shot by Mikael Eidenberg
<p><a href="http://drbl.in/eWtH" target="_blank">based on 'Untitled iPhone synth app waveforms' by Mikael Eidenberg</a></p>
<div class="group">
<input id="Radio1" name="Radios" type="radio" value="First Option" checked="checked">
<label for="Radio1">A</label>
<input id="Radio2" name="Radios" type="radio" value="Other Option" >
<label class="center" for="Radio2">B</label>
<input id="Radio3" name="Radios" type="radio" value="Other Option" >
<label for="Radio3">C</label>
</div><br/><br />
<div class="group">
@mmontolli
mmontolli / index.html
Created August 29, 2012 12:55
A simple fireball animation in canvas.
<canvas id="canvas"></canvas>
@mmontolli
mmontolli / index.html
Created August 29, 2012 12:54
Using webkits background-click: text, and text-fill-color
Swell
@mmontolli
mmontolli / index.html
Created August 29, 2012 12:49
Some rain drops generated in JS through some random values (left and top position). Those drops are then animated in CSS from top to bottom (simple infinite animation).
<section class="rain"></section>