Falling Burning Text Effect in Canvas
Learn how to create a cool looking burning text effect in HTML5 canvas which will fall as you hover the fire particles.
The burning effect is inspired by Sppringgy jelly text.
Note: If the frame rate of this demo is too low on your system, then try commenting out line 205.
2 Comments
× NewOh.. 59 I'meant.
Replace line 56:
ctx.fillStyle = "rgba(255, "+parseInt(Math.random() * 100+20)+", 0, " +this.a+")";
Much more like fire!