Skip to content

Commit e5332eb

Browse files
author
Yair Aichenbaum
committed
Added motion to about page
1 parent 9e632f4 commit e5332eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Files/SettingsPages/About.xaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
VerticalAlignment="Stretch"
1717
Orientation="Vertical"
1818
Spacing="14">
19+
<StackPanel.ChildrenTransitions>
20+
<TransitionCollection>
21+
<RepositionThemeTransition />
22+
<ReorderThemeTransition />
23+
</TransitionCollection>
24+
</StackPanel.ChildrenTransitions>
1925

2026
<TextBlock FontSize="22" Text="About" />
2127

0 commit comments

Comments
 (0)