-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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
| <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> |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels