Auto commit: 2026-02-15T01:32:47.562Z
This commit is contained in:
parent
23a03567c8
commit
54333ce16e
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user