From a5e583e2bc47247a22877168ea7d9e44a30719ae Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 14 Jan 2025 00:23:18 +1100 Subject: notifpopups: increase init anim duration --- modules/notifpopups.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/notifpopups.tsx b/modules/notifpopups.tsx index 7d92824..a46f218 100644 --- a/modules/notifpopups.tsx +++ b/modules/notifpopups.tsx @@ -101,7 +101,7 @@ class NotifPopup extends Widget.Box { const width = this.get_preferred_width()[1]; this.css = `margin-left: ${width}px; margin-right: -${width}px;`; timeout(1, () => { - this.css = `transition: 150ms cubic-bezier(0.05, 0.9, 0.1, 1.1); margin-left: 0; margin-right: 0;`; + this.css = `transition: 300ms cubic-bezier(0.05, 0.9, 0.1, 1.1); margin-left: 0; margin-right: 0;`; }); // Close popup after timeout if transient -- cgit v1.2.3-freya