From 5e9101d0623f1d14b1623b466f71727db5aaab67 Mon Sep 17 00:00:00 2001 From: Ayush Mukherjee Date: Mon, 18 Sep 2023 18:24:13 +0530 Subject: [PATCH] change bg move speed --- src/scss/pages/_rumble.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/pages/_rumble.scss b/src/scss/pages/_rumble.scss index 3d3af1d..1858f7e 100644 --- a/src/scss/pages/_rumble.scss +++ b/src/scss/pages/_rumble.scss @@ -42,7 +42,7 @@ background-size: 45px 45px, 45px 45px, 9px 9px, 9px 9px; background-position: -1.8px -1.8px, -1.8px -1.8px, -0.9px -0.9px, -0.9px -0.9px; - animation: moveBg 30s ease-in-out infinite; + animation: moveBg 20s ease-in-out infinite; } img { width: 60vh;