File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
<Storyboard >
51
51
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty=" ScaleX" Storyboard.TargetName=" ScaleTransform" >
52
52
<EasingDoubleKeyFrame KeyTime =" 0" Value =" 0" />
53
- <EasingDoubleKeyFrame KeyTime =" 0:0:0.6 " Value =" 1" >
53
+ <EasingDoubleKeyFrame KeyTime =" 0:0:1.2 " Value =" 1" >
54
54
<EasingDoubleKeyFrame .EasingFunction>
55
55
<SineEase EasingMode =" EaseIn" />
56
56
</EasingDoubleKeyFrame .EasingFunction>
57
57
</EasingDoubleKeyFrame >
58
58
</DoubleAnimationUsingKeyFrames >
59
59
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty=" ScaleY" Storyboard.TargetName=" ScaleTransform" >
60
60
<EasingDoubleKeyFrame KeyTime =" 0" Value =" 0" />
61
- <EasingDoubleKeyFrame KeyTime =" 0:0:0.6 " Value =" 1" >
61
+ <EasingDoubleKeyFrame KeyTime =" 0:0:1.2 " Value =" 1" >
62
62
<EasingDoubleKeyFrame .EasingFunction>
63
63
<SineEase EasingMode =" EaseIn" />
64
64
</EasingDoubleKeyFrame .EasingFunction>
You can’t perform that action at this time.
0 commit comments