Skip to content

Commit 49b3a02

Browse files
committed
Adjust Animation Time
1 parent 7b4867d commit 49b3a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,14 +274,14 @@ public void WindowAnimator()
274274
{
275275
From = 0,
276276
To = 1,
277-
Duration = TimeSpan.FromSeconds(0.18),
277+
Duration = TimeSpan.FromSeconds(0.25),
278278
FillBehavior = FillBehavior.Stop
279279
};
280280
var da2 = new DoubleAnimation
281281
{
282282
From = Top + 10,
283283
To = Top,
284-
Duration = TimeSpan.FromSeconds(0.18),
284+
Duration = TimeSpan.FromSeconds(0.25),
285285
FillBehavior = FillBehavior.Stop
286286
};
287287
var da3 = new DoubleAnimation

0 commit comments

Comments
 (0)