Skip to content

Commit 02fd58d

Browse files
authored
Merge pull request #629 from Keboo/fixTransitionTypo
Fixing minor typo in transition demo. "to" becomes "too"
2 parents 837c923 + 19dfa93 commit 02fd58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MainDemo.Wpf/TransitionsDemo/Slide4_CombineTransitions.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<RowDefinition Height="Auto" />
1515
<RowDefinition Height="Auto" />
1616
</Grid.RowDefinitions>
17-
<TextBlock Style="{DynamicResource MaterialDesignHeadlineTextBlock}" TextWrapping="Wrap">You can combine some transition effects to. Did you see how this page slid in from the bottom and left?</TextBlock>
17+
<TextBlock Style="{DynamicResource MaterialDesignHeadlineTextBlock}" TextWrapping="Wrap">You can combine some transition effects too. Did you see how this page slid in from the bottom and left?</TextBlock>
1818
<TextBlock Style="{DynamicResource MaterialDesignTitleTextBlock}" TextWrapping="Wrap" Grid.Row="1">Next we will look at some granular transitions on individual elements.</TextBlock>
1919
<StackPanel Orientation="Horizontal" Grid.Row="2">
2020
<Button Style="{DynamicResource MaterialDesignFloatingActionMiniButton}"

0 commit comments

Comments
 (0)