mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Increase speed of splash screen animation
This commit is contained in:
@@ -32,10 +32,10 @@
|
||||
<DoubleAnimationUsingKeyFrames
|
||||
Storyboard.TargetName="ZuneGradientTransform"
|
||||
Storyboard.TargetProperty="X"
|
||||
Duration="0:0:3">
|
||||
Duration="0:0:1">
|
||||
<LinearDoubleKeyFrame KeyTime="0:0:0.0" Value="0"/>
|
||||
<LinearDoubleKeyFrame KeyTime="0:0:1.5" Value="1"/>
|
||||
<LinearDoubleKeyFrame KeyTime="0:0:3.0" Value="2"/>
|
||||
<LinearDoubleKeyFrame KeyTime="0:0:0.5" Value="1"/>
|
||||
<LinearDoubleKeyFrame KeyTime="0:0:1.0" Value="2"/>
|
||||
</DoubleAnimationUsingKeyFrames>
|
||||
</Storyboard>
|
||||
</BeginStoryboard>
|
||||
|
||||
Reference in New Issue
Block a user