a simple matrix rain background effect in javascript
"Snowflakes TFB" font by zanatlija "Halloween TWO" font by Manfred Klein
in pixel
matrixrain_fontSize
in hexadecimal or named notation
matrixrain_fontColor font color
matrixrain_speed
lower is faster, higher is slower
matrixrain_font
as in HTML or CSS
matrixrain_backColor
in rgba: red, green, blue, transparency (alpha)
use "rgba(0, 0, 0, 0.04)" for BLACK
use "rgba(255, 255, 255, 0.04)" for WHITE
you have to also edit 'background-color' in the css if you dont like the "flashing" effect on start
For CSS add to <HEAD>:
<link rel="stylesheet" type="text/css" href="matrixrain.css">For JS add to <BODY>:
<script src="matrixrain.js" defer></script>Take a look at demo.html if you need some reference