mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-20 23:51:07 +00:00
Remove startDelay from stagger effect in ZenWelcome component for improved animation timing
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user