Skip to content

Instantly share code, notes, and snippets.

@iAmNathanJ
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iAmNathanJ/c560e8161d57fad23264 to your computer and use it in GitHub Desktop.
Save iAmNathanJ/c560e8161d57fad23264 to your computer and use it in GitHub Desktop.
Multiple Canvas Backgrounds
<!-- HTML -->
<div class="background">
<div class="canvas back">
<canvas id="canvas-back"></canvas>
</div>
<div class="canvas mid">
<canvas id="canvas-mid"></canvas>
</div>
<div class="canvas front">
<canvas id="canvas-front"></canvas>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment