Skip to content

Commit 874423c

Browse files
authored
Settings: Remove transition animations (#1250)
1 parent f3bf40f commit 874423c

File tree

6 files changed

+0
-7
lines changed

6 files changed

+0
-7
lines changed

Files/Views/SettingsPages/About.xaml

-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<StackPanel.ChildrenTransitions>
2121
<TransitionCollection>
2222
<RepositionThemeTransition />
23-
<ReorderThemeTransition />
2423
</TransitionCollection>
2524
</StackPanel.ChildrenTransitions>
2625

@@ -103,7 +102,6 @@
103102
<TextBlock.Transitions>
104103
<TransitionCollection>
105104
<RepositionThemeTransition />
106-
<ReorderThemeTransition />
107105
</TransitionCollection>
108106
</TextBlock.Transitions>
109107
</TextBlock>

Files/Views/SettingsPages/Appearance.xaml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<StackPanel.ChildrenTransitions>
2222
<TransitionCollection>
2323
<RepositionThemeTransition />
24-
<ReorderThemeTransition />
2524
</TransitionCollection>
2625
</StackPanel.ChildrenTransitions>
2726

Files/Views/SettingsPages/Experimental.xaml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<StackPanel.ChildrenTransitions>
2020
<TransitionCollection>
2121
<RepositionThemeTransition />
22-
<ReorderThemeTransition />
2322
</TransitionCollection>
2423
</StackPanel.ChildrenTransitions>
2524

Files/Views/SettingsPages/FilesAndFolders.xaml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<StackPanel.ChildrenTransitions>
1919
<TransitionCollection>
2020
<RepositionThemeTransition />
21-
<ReorderThemeTransition />
2221
</TransitionCollection>
2322
</StackPanel.ChildrenTransitions>
2423

Files/Views/SettingsPages/OnStartup.xaml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<StackPanel.ChildrenTransitions>
1919
<TransitionCollection>
2020
<RepositionThemeTransition />
21-
<ReorderThemeTransition />
2221
</TransitionCollection>
2322
</StackPanel.ChildrenTransitions>
2423

Files/Views/SettingsPages/Preferences.xaml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<StackPanel.ChildrenTransitions>
2121
<TransitionCollection>
2222
<RepositionThemeTransition />
23-
<ReorderThemeTransition />
2423
</TransitionCollection>
2524
</StackPanel.ChildrenTransitions>
2625

0 commit comments

Comments
 (0)