raindrop-fx icon indicating copy to clipboard operation
raindrop-fx copied to clipboard

An optimised raindrop effect on glass with WebGL2

Results 8 raindrop-fx issues
Sort by recently updated
recently updated
newest added

导入方式: `import RaindropFX from "raindrop-fx";` 错误信息: ``` error in ./node_modules/raindrop-fx/dist/index.js Module parse failed: Unexpected token (396:4320) You may need an appropriate loader to handle this file type, currently no loaders...

It works great in the desktop browser but it wont render at all in iPhone Safari. Any suggestions? It looks like Safari has WebGL2 as experimental...the original codrops article worked...

Add an option to support rendering raindrops layer only without background. Useful for blending raindrops layer with custom HTML elements. ## Usage ```javascript const raindropFx = new RaindropFX({ canvas: canvas,...

如题,应当怎样实现原版 RainEffect 的背景层固定,雨滴层随着鼠标的移动而移动的效果?尝试过设置 `background` 属性为全透明图片(雨滴显示是黑的)或者设置 `canvas` 元素的 `opacity`,并另外设置背景,效果不好,主要是雨滴的折射效果没有了。

Love the rain effect however i want to have less fog, similar to this: ![image](https://github.com/SardineFish/raindrop-fx/assets/71768923/1c326859-49b9-4ed6-932d-78bb4cb7d18b) Is this possible? Ive tried to mess with some options but none of them changed...

Hello, I had tried mist: false, but it seems not to remove background blurry. Please help to know how to make background clear. Thanks.