CANVAS BLUR PATTERN
Canvas Blur Pattern
Launch projectHTML5 / JavaScript Practice
An early project created to practice JavaScript and HTML5. Uses HTML5 canvas to draw several blurred spheres fading in and out.
This was my first time really using classes in JavaScript, as welling as trying to prioritize mobile device input. New Circle objects are created with a random color, and blurred when drawn on the canvas. The circles are faded in and then back out.
Controls
Click / Tap: Spawn new circle at cursor location
Double click: Enter full screen
Date
February 23, 2012
Skills
HTML5, Canvas, JavaScript, Pattern, Classes