switched to canvas

This commit is contained in:
MLH
2025-01-14 01:25:46 +01:00
parent 1a6a1a27a8
commit becc485036
3 changed files with 102 additions and 55 deletions

View File

@ -1,7 +1,17 @@
.snowflake {
.snowstorm-container {
position: fixed;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 50%;
width: 100%;
height: 100vh;
background: transparent;
overflow: hidden;
pointer-events: none;
}
#snowstormCanvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
opacity: 0.7;
}