Forgot to report for tracking. This is the only animation in the app and the effect is pretty subtle.
|
<ControlTheme.Animations> |
|
<Animation Duration="0:1:0" IterationCount="Infinite" PlaybackDirection="Alternate"> |
|
<KeyFrame Cue="0%"> |
|
<Setter Property="BorderBrush"> |
|
<LinearGradientBrush StartPoint="-1000,1000" EndPoint="1000,0" |
|
GradientStops="{StaticResource GoldBrush}" |
|
Transform="rotate(120deg)" /> |
|
</Setter> |
|
</KeyFrame> |
|
<KeyFrame Cue="100%"> |
|
<Setter Property="BorderBrush"> |
|
<LinearGradientBrush StartPoint="-2000,1000" EndPoint="0,-1000" |
|
GradientStops="{StaticResource GoldBrush}" /> |
|
</Setter> |
|
</KeyFrame> |
|
</Animation> |
|
</ControlTheme.Animations> |
Forgot to report for tracking. This is the only animation in the app and the effect is pretty subtle.
Solitaire/Solitaire/Styles/TrayContainer.axaml
Lines 51 to 67 in 8f5a371