Nice work. I don’t recall the exact matrix effects, but I think you should remove the space character from the possible result set... It looks like some columns start somewhere in the middle. Maybe some modulo/offset calculation would do the trick.
I've created a library with the Matrix effect. It's based on CodePen demo, I think it looks much better. The original code was much simpler and also looks better because it use Japanese characters.
The matrix function return a Promise that is resolved when exit By default, q and ESC exit from the effect. Use exit: false to disable ending the animation.
Nice work. I don’t recall the exact matrix effects, but I think you should remove the space character from the possible result set... It looks like some columns start somewhere in the middle. Maybe some modulo/offset calculation would do the trick.
Nice. I remember doing this in Flash/Actionscript around 10 years ago
I've created a library with the Matrix effect. It's based on CodePen demo, I think it looks much better. The original code was much simpler and also looks better because it use Japanese characters.
Render Matrix effect animation on Canvas in JavaScript
CMatrix - Matrix effect in JavaScript
Matrix animation effect in JavaScript using Canvas
Installation
Demos
Usage
You can use CDN:
and intialize the effect.
The matrix function return a Promise that is resolved when exit By default,
q
andESC
exit from the effect. Useexit: false
to disable ending the animation.Repo Link
Options
chars
- array of single character strings, by default Katagana and Hiragana (Japanese characters are used).exit
- by default matrix return…Great work, I improve a little:
you can asign a font in http; so i doit a Matrix font like: fontmeme.com/fonts/matrix-code-nfi...
I read a text in files instead a random characters, i thing is better distribution of character sets
Look my improves:
jaimecortesproject.000webhostapp.c...
feel free to use.
Me again, look the improves here:
github.com/jcortesm5681/MatrixHTML
feel free to use.
could you please tell how I can write some text first and then run animation plz
It looks so smooth! Great job 👏👏👏
That is so coool !
The power of vanilla js🤘
So cool, nice one
nise one !
Nice!
ohh cool!!
Nice
Very cool
Really COOL!!
Fantastic work!
I slightly updated the code to show some vertically scrolling messages, just for the sake of it.