Skip to content Skip to sidebar Skip to footer
Showing posts with the label Canvas

Canvas Animation To Work In Ie

Is it possible to have this canvas animation working in IE6~8 ? Animation here: http://jsfiddle.net… Read more Canvas Animation To Work In Ie

Canvas Draws Lines Too Thick

I want to draw lines on my canvas element at every 48px high. Here's my code (a little jquery s… Read more Canvas Draws Lines Too Thick

Javascript - Can't Adjust Framerate - Requestanimationframe

I start the loop function gameLoop(){ update(); draw(); requestAnimFrame(gameLoop); } var… Read more Javascript - Can't Adjust Framerate - Requestanimationframe

Replacing An Image In Kineticjs

I'm trying to build a web app using KineticJS, I basically have a function which runs on load w… Read more Replacing An Image In Kineticjs

How Can I Prevent Objects From Being Fuzzy In Canvas?

Currently, I'm doing a mini game which only has a box and a character. The character can freely… Read more How Can I Prevent Objects From Being Fuzzy In Canvas?

Gravity Inside Html5 Canvas

I'm trying to do a copy of the original super mario game using html5 canvas just for fun and to… Read more Gravity Inside Html5 Canvas