Adjust Animation Time

This commit is contained in:
DB p 2021-11-27 02:17:34 +09:00
parent 7b4867d2eb
commit 49b3a026d1

View file

@ -274,14 +274,14 @@ namespace Flow.Launcher
{
From = 0,
To = 1,
Duration = TimeSpan.FromSeconds(0.18),
Duration = TimeSpan.FromSeconds(0.25),
FillBehavior = FillBehavior.Stop
};
var da2 = new DoubleAnimation
{
From = Top + 10,
To = Top,
Duration = TimeSpan.FromSeconds(0.18),
Duration = TimeSpan.FromSeconds(0.25),
FillBehavior = FillBehavior.Stop
};
var da3 = new DoubleAnimation