Skip to content

Commit

Permalink
⌚ Decrease Startup Animation Duration
Browse files Browse the repository at this point in the history
  • Loading branch information
robiot committed Aug 2, 2021
1 parent f075719 commit fb63ed5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Alphaclicker/ChangeHotkey.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<EventTrigger RoutedEvent="Window.Loaded">
<BeginStoryboard>
<Storyboard>
<DoubleAnimation Duration="00:00:00.6" Storyboard.TargetProperty="Opacity" From="0" To="1" />
<DoubleAnimation Duration="00:00:00.5" Storyboard.TargetProperty="Opacity" From="0" To="1" />
</Storyboard>
</BeginStoryboard>
</EventTrigger>
Expand Down
2 changes: 1 addition & 1 deletion Alphaclicker/GetCursorPos.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<EventTrigger RoutedEvent="Window.Loaded">
<BeginStoryboard>
<Storyboard>
<DoubleAnimation Duration="00:00:00.6" Storyboard.TargetProperty="Opacity" From="0" To="1" />
<DoubleAnimation Duration="00:00:00.5" Storyboard.TargetProperty="Opacity" From="0" To="1" />
</Storyboard>
</BeginStoryboard>
</EventTrigger>
Expand Down
2 changes: 1 addition & 1 deletion Alphaclicker/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<EventTrigger RoutedEvent="Window.Loaded">
<BeginStoryboard>
<Storyboard>
<DoubleAnimation Duration="00:00:00.6" Storyboard.TargetProperty="Opacity" From="0" To="1" />
<DoubleAnimation Duration="00:00:00.5" Storyboard.TargetProperty="Opacity" From="0" To="1" />
</Storyboard>
</BeginStoryboard>
</EventTrigger>
Expand Down

0 comments on commit fb63ed5

Please sign in to comment.