Skip to content

Commit

Permalink
GridView: Playing game highlight will now darken the game cover
Browse files Browse the repository at this point in the history
  • Loading branch information
darklinkpower committed Sep 6, 2022
1 parent 8035b2c commit 96ba1b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/DerivedStyles/GridViewItemTemplate.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<Condition Binding="{Binding ElementName=EnablePlayingGlowBorder, Path=Tag}" Value="True" />
<Condition Binding="{Binding IsRunning}" Value="True" />
</MultiDataTrigger.Conditions>
<Setter Property="Background" Value="{DynamicResource WhiteNoiseBrush}" TargetName="GlowPlayingBorder" />
<Setter Property="Background" Value="{DynamicResource DarkNoiseBrush}" TargetName="GlowPlayingBorder" />
<Setter Property="Visibility" Value="Visible" TargetName="GlowPlayingBorder" />
<MultiDataTrigger.EnterActions>
<BeginStoryboard x:Name="Flashing">
Expand All @@ -192,8 +192,8 @@
AutoReverse="True">
<SplineDoubleKeyFrame KeyTime="00:00:00.00" Value="0" />
<SplineDoubleKeyFrame KeyTime="00:00:00.45" Value="0" />
<SplineDoubleKeyFrame KeyTime="00:00:01.60" Value="0.25" />
<SplineDoubleKeyFrame KeyTime="00:00:01.70" Value="0.25" />
<SplineDoubleKeyFrame KeyTime="00:00:01.60" Value="0.50" />
<SplineDoubleKeyFrame KeyTime="00:00:01.70" Value="0.50" />
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</BeginStoryboard>
Expand Down

0 comments on commit 96ba1b4

Please sign in to comment.