basics - a skeleton template
This is where it all starts. Check out the most basic animation I could come up with. Most JavaScript driven animations will use setInterval() to keep an animation going. I usually set the width and height of the canvas via script, i.e., the innerWidth and innerHeight properties of the browser window.
exampleview html
SHARE THIS PAGE!