Here is my first question, diving right in.
I recently created a canvas in HTML and followed a tutorial to generate random floating circles that interact with the mouse position......if you want to check it out, click here.
The issue I'm facing now is trying to add opacity to the colors in my array:
var colorArray = ['#ffffff','#cccccc',....etc];
I attempted switching the colors to RGB for transparency but ended up with a black screen instead.
Any suggestions?
(This is my initial post, so any help is appreciated)