Rezmason / matrix

matrix (web-based green code rain, made with love)
https://rezmason.github.io/matrix
MIT License
3.29k stars 212 forks source link

Background color with opacity or transparent #41

Closed blakegearin closed 1 year ago

blakegearin commented 1 year ago

I've been experimenting with the customization options to get a transparent or semi-transparent background and have come up short. Is this currently possible?

Rezmason commented 1 year ago

There's no built in support for transparency at the moment, but depending on your goal, you may have some luck setting the mix-blend-mode of the canvas to something desirable:

https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode

Depending on what you're hoping to accomplish, there may be other options, too. What have you got in mind? 😊