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;