Slow down header fog for a more calming effect

This commit is contained in:
Avery Felts 2026-01-28 00:08:24 -07:00
parent 487b8bb268
commit 7012c4b1e8

View File

@ -592,7 +592,7 @@
background-image: url('/smoke.svg'); background-image: url('/smoke.svg');
background-repeat: repeat; background-repeat: repeat;
background-size: 400px 400px; background-size: 400px 400px;
animation: fog-drift 15s linear infinite; animation: fog-drift 45s linear infinite;
opacity: 0.8; opacity: 0.8;
filter: blur(15px); filter: blur(15px);
} }
@ -601,8 +601,8 @@
background-image: url('/smoke.svg'); background-image: url('/smoke.svg');
background-repeat: repeat; background-repeat: repeat;
background-size: 350px 350px; background-size: 350px 350px;
animation: fog-drift 10s linear infinite reverse; animation: fog-drift 35s linear infinite reverse;
animation-delay: -5s; animation-delay: -10s;
opacity: 0.6; opacity: 0.6;
filter: blur(10px); filter: blur(10px);
} }