From 4ab5ef03f76d333e977b5c84c8604c1052fc0820 Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 6 Mar 2025 12:30:55 +0900 Subject: [PATCH] Adjust Animation --- Flow.Launcher/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index ae1f5d04c..e4c92b936 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -509,7 +509,7 @@ namespace Flow.Launcher var WindowMotion = new DoubleAnimation { - From = Top + 10, + From = Top, To = Top, Duration = TimeSpan.FromMilliseconds(animationLength * 2 / 3), FillBehavior = FillBehavior.Stop