You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MainDemo.Wpf/TransitionsDemo/Slide4_CombineTransitions.xaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
<RowDefinitionHeight="Auto" />
15
15
<RowDefinitionHeight="Auto" />
16
16
</Grid.RowDefinitions>
17
-
<TextBlockStyle="{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
+
<TextBlockStyle="{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>
18
18
<TextBlockStyle="{DynamicResource MaterialDesignTitleTextBlock}"TextWrapping="Wrap" Grid.Row="1">Next we will look at some granular transitions on individual elements.</TextBlock>
0 commit comments