We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e1d5f commit b57d939Copy full SHA for b57d939
labs/SettingsControls/samples/SettingsControls.Samples/SettingsPageExample.xaml
@@ -27,9 +27,8 @@
27
HorizontalAlignment="Stretch"
28
Spacing="{StaticResource SettingsCardSpacing}">
29
<win:StackPanel.ChildrenTransitions>
30
- <win:EntranceThemeTransition FromVerticalOffset="50"
31
- IsStaggeringEnabled="True" />
32
- <win:RepositionThemeTransition />
+ <win:EntranceThemeTransition FromVerticalOffset="50" />
+ <win:RepositionThemeTransition IsStaggeringEnabled="False" />
33
</win:StackPanel.ChildrenTransitions>
34
<TextBlock Style="{StaticResource SettingsSectionHeaderTextBlockStyle}"
35
Text="Section 1" />
0 commit comments