mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust Animation
This commit is contained in:
parent
90828d9daa
commit
4ab5ef03f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue