Simple loading animation in HTML5 canvas

html5-canvas, javascript

Solution

This article:https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Canvas_tutorial/Basic_animations helped me draw my own animation.

Problem

I am looking for a simple image loading animation. I would like to find a short and simple sollution that only uses drawing on the canvas and plain Javascript. Pleas help

Original source