soulwire / sketch.js

Cross-Platform JavaScript Creative Coding Framework
MIT License
4.09k stars 431 forks source link

Full screen issues and click through #102

Open locksoft opened 5 years ago

locksoft commented 5 years ago

Hi, I'd like to use the particle effect as a mouse trail for a Christmas page, but I'm having problems to cover the full screen. The effect appears inside a rectangle in the page, so I've set the canvas as "fixed" with "top" and "left" = 0. I don't know if this is the best way, I'm not good at all in html.

Also I've the problem I can't click links below the canvas. I've read in another thread I can "pass an eventTarget option", but I've not idea of what it is or where to set it. There's a curious thing, however. The text of related articles below can be selected, and there the particles are not working. It seems that the "opacity" property disables it (but only there).

You can see an example here: http://www.lemonskin.net/io/13713

Any idea?

Thanks.

locksoft commented 5 years ago

I guess this project is abandoned...