We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4867d commit 49b3a02Copy full SHA for 49b3a02
Flow.Launcher/MainWindow.xaml.cs
@@ -274,14 +274,14 @@ public void WindowAnimator()
274
{
275
From = 0,
276
To = 1,
277
- Duration = TimeSpan.FromSeconds(0.18),
+ Duration = TimeSpan.FromSeconds(0.25),
278
FillBehavior = FillBehavior.Stop
279
};
280
var da2 = new DoubleAnimation
281
282
From = Top + 10,
283
To = Top,
284
285
286
287
var da3 = new DoubleAnimation
0 commit comments