Adjust animation delay in ZenWelcome component for improved user experience

This commit is contained in:
mr. M
2025-02-14 22:22:03 +01:00
parent 5884fee7ac
commit e13b78833d

View File

@@ -225,7 +225,7 @@
type: 'spring',
ease: [0.755, 0.05, 0.855, 0.06],
bounce: 0.4,
delay: getMotion().stagger(0.4, { startDelay: 0.3 }),
delay: getMotion().stagger(0.4, { startDelay: 0.15 }),
}
);
new ZenWelcomePages(getWelcomePages());