Skip to content

Commit 116814a

Browse files
authored
Update MainWindow.xaml
1 parent e99cbff commit 116814a

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

Sadcoy/MainWindow.xaml

+19-15
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@
551551
<QuarticEase EasingMode="EaseInOut"/>
552552
</EasingDoubleKeyFrame.EasingFunction>
553553
</EasingDoubleKeyFrame>
554-
<EasingDoubleKeyFrame KeyTime="0:0:0.4" Value="-5">
554+
<EasingDoubleKeyFrame KeyTime="0:0:0.4" Value="-3">
555555
<EasingDoubleKeyFrame.EasingFunction>
556556
<QuarticEase EasingMode="EaseInOut"/>
557557
</EasingDoubleKeyFrame.EasingFunction>
@@ -569,10 +569,14 @@
569569
</EasingColorKeyFrame.EasingFunction>
570570
</EasingColorKeyFrame>
571571
</ColorAnimationUsingKeyFrames>
572+
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Panel.Background).(SolidColorBrush.Color)" Storyboard.TargetName="SupportMe">
573+
<EasingColorKeyFrame KeyTime="0" Value="#00131313"/>
574+
<EasingColorKeyFrame KeyTime="0:0:0.4" Value="#FF131313"/>
575+
</ColorAnimationUsingKeyFrames>
572576
</Storyboard>
573577
<Storyboard x:Key="StarMeAnimationStop">
574578
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="SupportMe">
575-
<EasingDoubleKeyFrame KeyTime="0" Value="-5">
579+
<EasingDoubleKeyFrame KeyTime="0" Value="-3">
576580
<EasingDoubleKeyFrame.EasingFunction>
577581
<QuarticEase EasingMode="EaseInOut"/>
578582
</EasingDoubleKeyFrame.EasingFunction>
@@ -640,7 +644,7 @@
640644
<QuarticEase EasingMode="EaseInOut"/>
641645
</EasingDoubleKeyFrame.EasingFunction>
642646
</EasingDoubleKeyFrame>
643-
<EasingDoubleKeyFrame KeyTime="0:0:0.4" Value="5">
647+
<EasingDoubleKeyFrame KeyTime="0:0:0.4" Value="-3">
644648
<EasingDoubleKeyFrame.EasingFunction>
645649
<QuarticEase EasingMode="EaseInOut"/>
646650
</EasingDoubleKeyFrame.EasingFunction>
@@ -652,7 +656,7 @@
652656
<QuarticEase EasingMode="EaseInOut"/>
653657
</EasingColorKeyFrame.EasingFunction>
654658
</EasingColorKeyFrame>
655-
<EasingColorKeyFrame KeyTime="0:0:0.4" Value="#1998F73C">
659+
<EasingColorKeyFrame KeyTime="0:0:0.4" Value="#8C98F73C">
656660
<EasingColorKeyFrame.EasingFunction>
657661
<QuarticEase EasingMode="EaseInOut"/>
658662
</EasingColorKeyFrame.EasingFunction>
@@ -661,7 +665,7 @@
661665
</Storyboard>
662666
<Storyboard x:Key="convernormalanimationend">
663667
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(TextElement.Foreground).(SolidColorBrush.Color)" Storyboard.TargetName="button">
664-
<EasingColorKeyFrame KeyTime="0" Value="#1998F73C">
668+
<EasingColorKeyFrame KeyTime="0" Value="#8C98F73C">
665669
<EasingColorKeyFrame.EasingFunction>
666670
<QuarticEase EasingMode="EaseInOut"/>
667671
</EasingColorKeyFrame.EasingFunction>
@@ -673,7 +677,7 @@
673677
</EasingColorKeyFrame>
674678
</ColorAnimationUsingKeyFrames>
675679
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="button">
676-
<EasingDoubleKeyFrame KeyTime="0" Value="5">
680+
<EasingDoubleKeyFrame KeyTime="0" Value="-3">
677681
<EasingDoubleKeyFrame.EasingFunction>
678682
<QuarticEase EasingMode="EaseInOut"/>
679683
</EasingDoubleKeyFrame.EasingFunction>
@@ -764,6 +768,15 @@
764768
<DropShadowEffect ShadowDepth="0" RenderingBias="Quality" BlurRadius="10" Color="#FF131313"/>
765769
</Border.Effect>
766770
</Border>
771+
<TextBlock x:Name="textBlock3" HorizontalAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Top" Height="18" Width="80" Foreground="#19A5A5A5" FontFamily="Yu Gothic UI Semibold" FontSize="11" TextAlignment="Left" FontWeight="Normal" Margin="96,50.08,0,0" RenderTransformOrigin="0.66,-0.147">
772+
<TextBlock.RenderTransform>
773+
<TransformGroup>
774+
<ScaleTransform/>
775+
<SkewTransform/>
776+
<RotateTransform/>
777+
<TranslateTransform/>
778+
</TransformGroup>
779+
</TextBlock.RenderTransform><Run Text="SADCOY"/><Run Language="de-de" Text=" [BETA]"/></TextBlock>
767780
<TextBlock x:Name="textBlock4" HorizontalAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Top" Height="151" Width="244" Foreground="#FF4A4A4A" FontFamily="Yu Gothic UI Semibold" FontSize="16" TextAlignment="Center" FontWeight="Normal" Margin="284,135,0,0" RenderTransformOrigin="0.5,0.5">
768781
<TextBlock.RenderTransform>
769782
<TransformGroup>
@@ -802,15 +815,6 @@
802815
</TransformGroup>
803816
</Button.RenderTransform>
804817
</Button>
805-
<TextBlock x:Name="textBlock3" HorizontalAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Top" Height="18" Width="80" Foreground="#19A5A5A5" FontFamily="Yu Gothic UI Semibold" FontSize="11" TextAlignment="Left" FontWeight="Normal" Margin="96,50.08,0,0" RenderTransformOrigin="0.66,-0.147">
806-
<TextBlock.RenderTransform>
807-
<TransformGroup>
808-
<ScaleTransform/>
809-
<SkewTransform/>
810-
<RotateTransform/>
811-
<TranslateTransform/>
812-
</TransformGroup>
813-
</TextBlock.RenderTransform><Run Text="SADCOY"/><Run Language="de-de" Text=" [BETA]"/></TextBlock>
814818
<Button Style="{DynamicResource ConvertNormal}" x:Name="SupportMe" Content="Star Me!" HorizontalAlignment="Left" Margin="647,48,0,0" VerticalAlignment="Top" Background="#FF131313" BorderBrush="{x:Null}" Foreground="#FF444444" FontFamily="Yu Gothic UI Semibold" Click="SupportMe_Click" RenderTransformOrigin="0.5,0.5" Cursor="Hand">
815819
<Button.RenderTransform>
816820
<TransformGroup>

0 commit comments

Comments
 (0)