File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 522
522
<VisualTransition From =" Open" To =" Closed" >
523
523
<Storyboard >
524
524
<BooleanAnimationUsingKeyFrames Storyboard.TargetName=" PART_Popup" Storyboard.TargetProperty=" IsOpen" >
525
- <DiscreteBooleanKeyFrame Value =" True" KeyTime =" 0:0:0" />
526
- <DiscreteBooleanKeyFrame Value =" True" KeyTime =" 0:0:0.3" />
527
- </BooleanAnimationUsingKeyFrames >
528
- <BooleanAnimationUsingKeyFrames Storyboard.TargetName=" PART_Popup" Storyboard.TargetProperty=" IsOpen" >
529
- <DiscreteBooleanKeyFrame Value =" True" KeyTime =" 0:0:0" />
530
- <DiscreteBooleanKeyFrame Value =" True" KeyTime =" 0:0:0.3" />
525
+ <DiscreteBooleanKeyFrame Value =" False" KeyTime =" 0:0:0.3" />
531
526
</BooleanAnimationUsingKeyFrames >
532
527
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=" PART_ContentCoverGrid" Storyboard.TargetProperty=" Opacity" >
533
528
<EasingDoubleKeyFrame Value =" 0.56" KeyTime =" 0" />
589
584
<VisualState x : Name =" Closed" >
590
585
<Storyboard >
591
586
<BooleanAnimationUsingKeyFrames Storyboard.TargetName=" PART_Popup" Storyboard.TargetProperty=" IsOpen" >
592
- <DiscreteBooleanKeyFrame Value =" True" KeyTime =" 0:0:0" />
593
587
<DiscreteBooleanKeyFrame Value =" False" KeyTime =" 0:0:0.3" />
594
588
</BooleanAnimationUsingKeyFrames >
595
589
</Storyboard >
596
590
</VisualState >
597
591
</VisualStateGroup >
598
592
</VisualStateManager .VisualStateGroups>
599
593
<controlzEx : PopupEx IsOpen =" False"
600
- PlacementTarget =" {Binding ElementName=DialogHostRoot, Mode=OneWay}"
594
+ PlacementTarget =" {Binding ElementName=DialogHostRoot, Mode=OneWay}"
601
595
StaysOpen =" True"
602
596
AllowsTransparency =" True"
603
597
PopupAnimation =" None"
You can’t perform that action at this time.
0 commit comments