Remove startDelay from stagger effect in ZenWelcome component for improved animation timing

This commit is contained in:
mr. M
2025-02-15 12:55:26 +01:00
parent a0da6da320
commit f6de1520e2

View File

@@ -105,7 +105,7 @@
'#zen-welcome-page-content > *',
{ opacity: [0, 1], scale: [0.9, 1], filter: ['blur(2px)', 'blur(0px)'] },
{
delay: getMotion().stagger(0.1, { startDelay: 0.3 }),
delay: getMotion().stagger(0.1),
type: 'spring',
bounce: 0.2,
}