mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust Animation Time
This commit is contained in:
parent
7b4867d2eb
commit
49b3a026d1
1 changed files with 2 additions and 2 deletions
|
|
@ -274,14 +274,14 @@ namespace Flow.Launcher
|
||||||
{
|
{
|
||||||
From = 0,
|
From = 0,
|
||||||
To = 1,
|
To = 1,
|
||||||
Duration = TimeSpan.FromSeconds(0.18),
|
Duration = TimeSpan.FromSeconds(0.25),
|
||||||
FillBehavior = FillBehavior.Stop
|
FillBehavior = FillBehavior.Stop
|
||||||
};
|
};
|
||||||
var da2 = new DoubleAnimation
|
var da2 = new DoubleAnimation
|
||||||
{
|
{
|
||||||
From = Top + 10,
|
From = Top + 10,
|
||||||
To = Top,
|
To = Top,
|
||||||
Duration = TimeSpan.FromSeconds(0.18),
|
Duration = TimeSpan.FromSeconds(0.25),
|
||||||
FillBehavior = FillBehavior.Stop
|
FillBehavior = FillBehavior.Stop
|
||||||
};
|
};
|
||||||
var da3 = new DoubleAnimation
|
var da3 = new DoubleAnimation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue