From 54333ce16e5cdf1b0898d13bab76817250529bbe Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sun, 15 Feb 2026 01:32:47 +0000 Subject: [PATCH] Auto commit: 2026-02-15T01:32:47.562Z --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 79ae0d4..87ebbd5 100644 --- a/index.php +++ b/index.php @@ -64,7 +64,7 @@ $whatsapp_link = "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY"; background-size: cover; background-position: center; background-repeat: no-repeat; - animation: ken-burns 40s ease-in-out infinite alternate; + animation: ken-burns 60s ease-in-out infinite alternate; } @keyframes ken-burns { @@ -466,7 +466,7 @@ $whatsapp_link = "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY"; const moveX = (Math.random() - 0.5) * 600; const moveY = (Math.random() - 0.5) * 600; const delay = Math.random() * -30; - const duration = 20 + Math.random() * 25; + const duration = 40 + Math.random() * 40; const blur = Math.random() * 2; const opacity = 0.03 + Math.random() * 0.08;