Skip to content

Commit b57d939

Browse files
committed
Update SettingsPageExample.xaml
1 parent 24e1d5f commit b57d939

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

labs/SettingsControls/samples/SettingsControls.Samples/SettingsPageExample.xaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@
2727
HorizontalAlignment="Stretch"
2828
Spacing="{StaticResource SettingsCardSpacing}">
2929
<win:StackPanel.ChildrenTransitions>
30-
<win:EntranceThemeTransition FromVerticalOffset="50"
31-
IsStaggeringEnabled="True" />
32-
<win:RepositionThemeTransition />
30+
<win:EntranceThemeTransition FromVerticalOffset="50" />
31+
<win:RepositionThemeTransition IsStaggeringEnabled="False" />
3332
</win:StackPanel.ChildrenTransitions>
3433
<TextBlock Style="{StaticResource SettingsSectionHeaderTextBlockStyle}"
3534
Text="Section 1" />

0 commit comments

Comments
 (0)