mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-21 08:54:50 +00:00
shorter auto-hide time
This commit is contained in:
@@ -108,8 +108,8 @@
|
|||||||
Storyboard.TargetProperty="Opacity">
|
Storyboard.TargetProperty="Opacity">
|
||||||
<DoubleAnimationUsingKeyFrames.KeyFrames>
|
<DoubleAnimationUsingKeyFrames.KeyFrames>
|
||||||
<LinearDoubleKeyFrame Value="1" KeyTime="0:0:0" />
|
<LinearDoubleKeyFrame Value="1" KeyTime="0:0:0" />
|
||||||
<LinearDoubleKeyFrame Value="1" KeyTime="0:0:3" />
|
<LinearDoubleKeyFrame Value="1" KeyTime="0:0:1" />
|
||||||
<LinearDoubleKeyFrame Value="0" KeyTime="0:0:3.05" />
|
<LinearDoubleKeyFrame Value="0" KeyTime="0:0:1.05" />
|
||||||
</DoubleAnimationUsingKeyFrames.KeyFrames>
|
</DoubleAnimationUsingKeyFrames.KeyFrames>
|
||||||
</DoubleAnimationUsingKeyFrames>
|
</DoubleAnimationUsingKeyFrames>
|
||||||
</Storyboard>
|
</Storyboard>
|
||||||
|
@@ -74,8 +74,8 @@
|
|||||||
Storyboard.TargetProperty="Opacity">
|
Storyboard.TargetProperty="Opacity">
|
||||||
<DoubleAnimationUsingKeyFrames.KeyFrames>
|
<DoubleAnimationUsingKeyFrames.KeyFrames>
|
||||||
<LinearDoubleKeyFrame Value="1" KeyTime="0:0:0" />
|
<LinearDoubleKeyFrame Value="1" KeyTime="0:0:0" />
|
||||||
<LinearDoubleKeyFrame Value="1" KeyTime="0:0:3" />
|
<LinearDoubleKeyFrame Value="1" KeyTime="0:0:1" />
|
||||||
<LinearDoubleKeyFrame Value="0" KeyTime="0:0:3.05" />
|
<LinearDoubleKeyFrame Value="0" KeyTime="0:0:1.05" />
|
||||||
</DoubleAnimationUsingKeyFrames.KeyFrames>
|
</DoubleAnimationUsingKeyFrames.KeyFrames>
|
||||||
</DoubleAnimationUsingKeyFrames>
|
</DoubleAnimationUsingKeyFrames>
|
||||||
</Storyboard>
|
</Storyboard>
|
||||||
|
Reference in New Issue
Block a user