Motivation
The new Matrix movie is coming this year, and I'm so hyped for it that I had to create this iconic effect with my tools. The ...
For further actions, you may consider blocking this person and/or reporting abuse
Nice, but the start of the animation is a bit ugly, imho. Here's a quick fix:
Yes, this is a nice way to start it π. I left it because it is felt like a cool intro to me, something that signals that something big and awesome is coming.
likewise. i originally added Marc's fix but then changed it back to your original bc i like the flicker effect.
You're welcome to do a PR on npmjs.com/package/react-mdr with your fix :)
I remember trying doing this circa 2004, it was MUCH MUCH MUCH more difficult than this. Impressive how web technologies evolved in the last ~20 years.
Yes it is evolved a lot, and now it is evolving even rapidly. Iβm really excited how it will look in ^10, ^20 years π
Don't know but 4 years old code looks same as yours.
code.sololearn.com/WpFa2Yz9WP8g
This is awesome Adam, thanks for sharing. I liked it so much that i ported it to ReactJS and created an NPM package based on your code sample: npmjs.com/package/react-mdr
hey lawrence can i also use this on my Next.JS project
Awesome work Lawrance!
Sorry for being late and Thanks for your sharing Adam!
I liked it so much.
I have seen the react library but not Angular version.
It would be great if have one. So I publish the ngx-mdr for Angular package.
npmjs.com/package/ngx-mdr
Pretty cool!
Thanks for the feedback, appreciated. π
Very nice! π
I borrowed this to make a point about how the aesthetic in The Matrix 4 should have been to replace the characters in the digital rain with emojis.
There is some idea there about how emojis are a form of digital compressed communication.
neuman.fi/daniel/emoji-digital-rai...
I've created a library for this:
jcubic / cmatrix
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 of the animation.Repo Link
Options
chars
- array of single character strings, by default Katagana and Hiragana (Japanese characters are used).exit
- by default matrixβ¦