Matrix Rain
See the rain here.
I found and modified a "Matrix Rain" script, it was a while back but I think it was this code
here. The original produced a working but highly inaccurate rendition of the matrix rain, so
I had to tweak it.
The goals of the modifications included:
- improved color behavior (initial char is whiter/bluer and fades to green)
- more accurate characters
- parameterized font size, rain speed, and fade out
The following query string parameters are available:
- size: the font size. default is 14.
- rate: the speed at which it rains. default is 100. bigger numbers are slower.
- fade: the degree to which the characters will fade to black. default is 0.1. 0=no fade, 1=instant fade. This one is still a work in progress...
Example: rain.html?rate=200&fade=0.4&size=20.
Download the source here.
last update Nov 2023