Skip to content

Commit 9e632f4

Browse files
author
Yair Aichenbaum
committed
Improved motion affects
1 parent abb4240 commit 9e632f4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Files/SettingsPages/Preferences.xaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,17 @@
3131
<RepositionThemeTransition />
3232
</TransitionCollection>
3333
</StackPanel.ChildrenTransitions>
34+
3435
<Grid HorizontalAlignment="Stretch">
3536
<Grid.ColumnDefinitions>
3637
<ColumnDefinition Width="260" />
3738
<ColumnDefinition Width="*" MaxWidth="470" />
3839
</Grid.ColumnDefinitions>
40+
<Grid.ChildrenTransitions>
41+
<TransitionCollection>
42+
<RepositionThemeTransition />
43+
</TransitionCollection>
44+
</Grid.ChildrenTransitions>
3945

4046
<TextBlock
4147
Grid.Column="0"
@@ -68,6 +74,11 @@
6874
<RowDefinition Height="44" />
6975
<RowDefinition Height="44" />
7076
</Grid.RowDefinitions>
77+
<Grid.ChildrenTransitions>
78+
<TransitionCollection>
79+
<RepositionThemeTransition />
80+
</TransitionCollection>
81+
</Grid.ChildrenTransitions>
7182

7283
<TextBlock
7384
Grid.Row="0"

0 commit comments

Comments
 (0)