File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
MainDemo.Wpf/TransitionsDemo
MaterialDesignThemes.Wpf/Transitions Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 36
36
<Setter Property =" Mode" Value =" PrimaryLight" />
37
37
</Style >
38
38
</ItemsControl .Resources>
39
- <materialDesign : TransitioningContent OpeningEffect =" {materialDesign:TransitionEffect ExpandIn}" >
39
+ <materialDesign : TransitioningContent OpeningEffect =" {materialDesign:TransitionEffect Kind= ExpandIn}" >
40
40
<materialDesign : ColorZone >
41
41
<materialDesign : PackIcon Kind =" Phone" VerticalAlignment =" Center" HorizontalAlignment =" Center" />
42
42
</materialDesign : ColorZone >
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ namespace MaterialDesignThemes.Wpf.Transitions
6
6
[ MarkupExtensionReturnType ( typeof ( TransitionEffectBase ) ) ]
7
7
public class TransitionEffectExtension : MarkupExtension
8
8
{
9
+ public TransitionEffectExtension ( )
10
+ {
11
+ Kind = TransitionEffectKind . None ;
12
+ }
13
+
9
14
public TransitionEffectExtension ( TransitionEffectKind kind )
10
15
{
11
16
Kind = kind ;
You can’t perform that action at this time.
0 commit comments