as the title i'd like to have an a-href button with a trasparent text which allow to see behind the transparent text the animation in backgroun made with three js, is possible?
i tyied with
mix-blend-mode: screen;
in the css class for the a-ref, but don't seems to work since i don't have a backgroun image for the body from css like:
body {
background: url(https://unsplash.it/1600?image=974) ;
}
but a threejs animation. The button is the one below in the picture and the text I need to be trasparent is 'WATCH WORK', the blue meshes in background are waving as a sin/cos function and are my animation in background. I'd like the 'WATCH WORK' text to be TRANSPARENT to see the ANIMATION behind it.
Thanks you if u can help!