Skip to content

Commit 18afc09

Browse files
committed
fixed default animationdration on inappnotification
1 parent 880f63e commit 18afc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/InAppNotification.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<Setter Property="Margin" Value="20 0" />
2323
<Setter Property="Padding" Value="25 10" />
2424
<Setter Property="MaxWidth" Value="1200" />
25-
<Setter Property="AnimationDuration" Value="100" />
25+
<Setter Property="AnimationDuration" Value="0:0:0.100" />
2626
<Setter Property="VerticalOffset" Value="100" />
2727
<Setter Property="HorizontalOffset" Value="0" />
2828
<Setter Property="Template" Value="{StaticResource MSEdgeNotificationTemplate}" />

0 commit comments

Comments
 (0)