mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
Adjust animation delay in ZenWelcome component for improved user experience
This commit is contained in:
@@ -225,7 +225,7 @@
|
|||||||
type: 'spring',
|
type: 'spring',
|
||||||
ease: [0.755, 0.05, 0.855, 0.06],
|
ease: [0.755, 0.05, 0.855, 0.06],
|
||||||
bounce: 0.4,
|
bounce: 0.4,
|
||||||
delay: getMotion().stagger(0.4, { startDelay: 0.3 }),
|
delay: getMotion().stagger(0.4, { startDelay: 0.15 }),
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
new ZenWelcomePages(getWelcomePages());
|
new ZenWelcomePages(getWelcomePages());
|
||||||
|
Reference in New Issue
Block a user