Skip to content

Instantly share code, notes, and snippets.

View alan1234567890's full-sized avatar

alan1234567890

View GitHub Profile
@baniol
baniol / canvas_animation.html
Created March 29, 2014 09:54
basic canvas animation, javascript, requestAnimationFrame, solar system
<html>
<head>
<style type="text/css">
/*canvas{ width: 300px; height: 300px;}*/
</style>
</head>
<body>
<canvas id="canvas" width="300" height="300"></canvas>