mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-04 22:59:46 +00:00
Fix: Adjust welcome page animation delay for improved user experience
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
{
|
||||
type: 'spring',
|
||||
bounce: 0,
|
||||
delay: getMotion().stagger(0.1, { startDelay: 0.5 }),
|
||||
delay: getMotion().stagger(0.1, { startDelay: 0.3 }),
|
||||
}
|
||||
);
|
||||
document.getElementById('zen-welcome-page-sidebar-buttons').innerHTML = '';
|
||||
|
||||
Reference in New Issue
Block a user