File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
<VisualState x : Name =" Selected" >
50
50
<Storyboard >
51
51
<DoubleAnimation Duration =" 0" To =" .75" Storyboard.TargetProperty=" Opacity" Storyboard.TargetName=" SelectedBackground" />
52
- <ObjectAnimationUsingKeyFrames Storyboard.TargetProperty=" (TextElement.Foreground)" Storyboard.TargetName=" NormalText" >
52
+ <ObjectAnimationUsingKeyFrames Storyboard.TargetProperty=" (TextElement.Foreground)" Storyboard.TargetName=" NormalText" FillBehavior = " Stop " >
53
53
<DiscreteObjectKeyFrame Value =" {DynamicResource PrimaryHueMidForegroundBrush}" KeyTime =" 0" />
54
54
</ObjectAnimationUsingKeyFrames >
55
55
</Storyboard >
167
167
<VisualState x : Name =" Selected" >
168
168
<Storyboard >
169
169
<DoubleAnimation Duration =" 0" To =" .75" Storyboard.TargetProperty=" Opacity" Storyboard.TargetName=" SelectedBackground" />
170
- <ObjectAnimationUsingKeyFrames Storyboard.TargetProperty=" (TextElement.Foreground)" Storyboard.TargetName=" NormalText" >
170
+ <ObjectAnimationUsingKeyFrames Storyboard.TargetProperty=" (TextElement.Foreground)" Storyboard.TargetName=" NormalText" FillBehavior = " Stop " >
171
171
<DiscreteObjectKeyFrame Value =" {DynamicResource PrimaryHueMidForegroundBrush}" KeyTime =" 0" />
172
172
</ObjectAnimationUsingKeyFrames >
173
173
</Storyboard >
You can’t perform that action at this time.
0 commit comments