Cleanup: Reduce comments
This commit is contained in:
parent
23f5740b5a
commit
036c792bcd
@ -59,8 +59,6 @@
|
|||||||
prevTimeStamp = timeStamp;
|
prevTimeStamp = timeStamp;
|
||||||
|
|
||||||
requestAnimationFrame(follow);
|
requestAnimationFrame(follow);
|
||||||
// setTimeout(() => {
|
|
||||||
// }, 300);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
@ -86,12 +84,12 @@
|
|||||||
.background {
|
.background {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
--background: black;
|
--color-bg: black;
|
||||||
--color-1: #405bf3;
|
--color-1: #405bf3;
|
||||||
--color-2: #caad77;
|
--color-2: #caad77;
|
||||||
--color-3: #f3404f;
|
--color-3: #f3404f;
|
||||||
|
|
||||||
background: var(--background);
|
background: var(--color-bg);
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
@ -113,16 +111,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.overlay {
|
.overlay {
|
||||||
background: radial-gradient(circle at center, var(--background) 40%, #3f0a0a, #8a0b06, #c95141, #cca6a6 45%);
|
background: radial-gradient(circle at center, var(--color-bg) 40%, #3f0a0a, #8a0b06, #c95141, #cca6a6 45%);
|
||||||
mix-blend-mode: overlay;
|
mix-blend-mode: overlay;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sphere {
|
.sphere {
|
||||||
background: radial-gradient(circle at center, var(--background) 40%, transparent 45%);
|
background: radial-gradient(circle at center, var(--color-bg) 40%, transparent 45%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.glow.center {
|
.glow.center {
|
||||||
background-size: 110% 110%;
|
background-size: 108% 108%;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
||||||
@keyframes glowloop {
|
@keyframes glowloop {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user