From 0b4931eaca6545c95d803ab475230ea89a737fd4 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Tue, 20 Jan 2026 15:45:09 +0100 Subject: [PATCH] fix toast flicker: use quadratic-out instead of back-out easing --- src/main/assets/apps/shell/shell.rml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/assets/apps/shell/shell.rml b/src/main/assets/apps/shell/shell.rml index f5d0e03..4a0646b 100644 --- a/src/main/assets/apps/shell/shell.rml +++ b/src/main/assets/apps/shell/shell.rml @@ -128,7 +128,7 @@ } .toast-show { - animation: 0.3s back-out toast-in; + animation: 0.3s quadratic-out toast-in; } .toast-hide {