Another small tip showing how to have a transparent canvas using HTML5 canvas API.
-> externals.context.clearRect(0,0,width,height);
Including a snippet method for easing animation.
Another small tip showing how to have a transparent canvas using HTML5 canvas API.
-> externals.context.clearRect(0,0,width,height);
Including a snippet method for easing animation.