1
Fork 0

optimize stuff

This commit is contained in:
ashley 2024-08-27 16:35:31 +00:00
parent 31933b9199
commit 9278f62c3b

View file

@ -2210,7 +2210,7 @@ const evenCanvas = document.getElementById("ambient-canvas-2")
const oddCtx = oddCanvas.getContext("2d") const oddCtx = oddCanvas.getContext("2d")
const evenCtx = evenCanvas.getContext("2d") const evenCtx = evenCanvas.getContext("2d")
const frameIntervalMs = 880 const frameIntervalMs = 1001
const canvasOpacity = "0.4" const canvasOpacity = "0.4"
let intervalId let intervalId
@ -2281,7 +2281,7 @@ window.addEventListener("unload", cleanup)
position: absolute; position: absolute;
top: 0px; top: 0px;
border-radius: 18px; border-radius: 18px;
filter: blur(200px); filter: blur(150px);
transform: scale(1.1); transform: scale(1.1);
z-index: -1; z-index: -1;
} }