fix toast flicker: use quadratic-out instead of back-out easing

This commit is contained in:
2026-01-20 15:45:09 +01:00
parent 6c7a78ce76
commit 0b4931eaca

View File

@@ -128,7 +128,7 @@
}
.toast-show {
animation: 0.3s back-out toast-in;
animation: 0.3s quadratic-out toast-in;
}
.toast-hide {