We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb1bc7 commit 1a8c521Copy full SHA for 1a8c521
src/modules/cmdpal/Microsoft.CmdPal.UI/Pages/ShellPage.xaml
@@ -314,20 +314,20 @@
314
From="0"
315
To="1.0"
316
Duration="0:0:0.270" />
317
- <animations:ScaleAnimation
318
- From="0.95"
319
- To="1"
+ <animations:TranslationAnimation
+ From="24,0,0"
+ To="0,0,0"
320
Duration="0:0:0.280" />
321
</animations:Implicit.ShowAnimations>
322
<animations:Implicit.HideAnimations>
323
<animations:OpacityAnimation
324
From="1.0"
325
To="0"
326
Duration="0:0:0.180" />
327
328
- From="1"
329
- To="0.95"
330
- Duration="0:0:0.280" />
+ From="0,0,0"
+ To="24,0,0"
+ Duration="0:0:0.220" />
331
</animations:Implicit.HideAnimations>
332
<Grid Margin="12">
333
<Grid.RowDefinitions>
0 commit comments