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 1f02e18 commit 354678fCopy full SHA for 354678f
MainDemo.Wpf/TransitionsDemo/Slide5_TransitioningContent.xaml
@@ -36,7 +36,7 @@
36
<Setter Property="Mode" Value="PrimaryLight" />
37
</Style>
38
</ItemsControl.Resources>
39
- <materialDesign:TransitioningContent OpeningEffect="{materialDesign:TransitionEffect Kind=ExpandIn}">
+ <materialDesign:TransitioningContent OpeningEffect="{materialDesign:TransitionEffect ExpandIn}">
40
<materialDesign:ColorZone>
41
<materialDesign:PackIcon Kind="Phone" VerticalAlignment="Center" HorizontalAlignment="Center" />
42
</materialDesign:ColorZone>
0 commit comments