From d6c26340c6d179b0cb813a84a577ef7375ee1758 Mon Sep 17 00:00:00 2001 From: Avery Felts Date: Wed, 28 Jan 2026 09:04:53 -0700 Subject: [PATCH] Reduce smoke animation speed by ~30% for a calmer effect --- src/app/globals.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index d6fbc9f..73d8210 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -625,18 +625,18 @@ background-image: url('/smoke.svg'); background-repeat: repeat; background-size: 600px 600px; - animation: fog-drift-1 45s linear infinite; + animation: fog-drift-1 60s linear infinite; opacity: 0.8; - filter: blur(4px); + filter: blur(6px); } .fog-layer-2 { background-image: url('/smoke.svg'); background-repeat: repeat; background-size: 500px 500px; - animation: fog-drift-2 35s linear infinite; + animation: fog-drift-2 45s linear infinite; opacity: 0.6; - filter: blur(2px); + filter: blur(4px); } /* Swipe ecosystem for mobile placards */