Adjust Animation

This commit is contained in:
DB p 2025-03-06 12:30:55 +09:00
parent 90828d9daa
commit 4ab5ef03f7

View file

@ -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