Replies: 3 comments
-
|
Hello, I'll take a look at this when I have some time, thanks for letting me know! |
Beta Was this translation helpful? Give feedback.
-
|
here is my workaround: on line 106, replace fragColor = vec4(auroraColor * auroraAlpha, auroraAlpha);with fragColor = vec4(rampColor * auroraAlpha, auroraAlpha);It will blend cleanly on both light and dark backgrounds. As a side effect, it will be lighter on dark mode so I set opacity to 60% on the component to attenuate that. |
Beta Was this translation helpful? Give feedback.
-
|
Irina Sokolova · Chemical Process Safety Engineer, PID Control Systems
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, it's amazing to use ReactBits, a lot interesting implementation here.

I've used Aurora in my project, but I had trouble using it in light mode.
As you could see, the edge color is close to black, this bring a not good looking if I try to use it in light mode.
I'm not familiar with WebGL, and I also try to ask AI but it gives not a valid solution. So I come here to ask for help, thanks!
Beta Was this translation helpful? Give feedback.
All reactions