Interactive HTML5 Canvas With JavaScript

 

I have recently been playing around with HTML5 and JavaScript to create a fun interactive backgrounds.

I decided to make it full screen on an actual page and then to use an iframe to display it in this post. This allowed me to use a WordPress template for the page and then enqueue the JavaScript and CSS properly on the full width page and use an iframe here to just give a preview.

I am really enjoying using the HTML5 canvas element because there are so many interesting effects that can be done with it. I am also learning quite a bit of JavaScript along the way. I have been needing to brush-up on my JavaScript abilities, as I feel it is not at the level where it should be.

Leave a Reply