Rainify🌧️
Controls
1
2
3
4
5
6
7
8
9
10
<Rainify
isRaining
wind={-4}
speed={speed}
thickness={0.5}
intensity={300}
splashDuration={splashDuration}
color="rgba(255,255,255,0.2)"
splashColor="rgba(255,255,255,0.2)"
/>
1
2
3
4
5
6
7
8
9
10
<Rainify
isRaining
wind={-4}
speed={speed}
thickness={0.5}
intensity={300}
splashDuration={splashDuration}
color="rgba(255,255,255,0.2)"
splashColor="rgba(255,255,255,0.2)"
/>