mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
optimize stuff
This commit is contained in:
parent
31933b9199
commit
9278f62c3b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue