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 4949 <VisualState x : Name =" Selected" >
5050 <Storyboard >
5151 <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 " >
5353 <DiscreteObjectKeyFrame Value =" {DynamicResource PrimaryHueMidForegroundBrush}" KeyTime =" 0" />
5454 </ObjectAnimationUsingKeyFrames >
5555 </Storyboard >
167167 <VisualState x : Name =" Selected" >
168168 <Storyboard >
169169 <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 " >
171171 <DiscreteObjectKeyFrame Value =" {DynamicResource PrimaryHueMidForegroundBrush}" KeyTime =" 0" />
172172 </ObjectAnimationUsingKeyFrames >
173173 </Storyboard >
You can’t perform that action at this time.
0 commit comments