Skip to content

Commit 47c7ecf

Browse files
committed
Update so hold ripple is slower
1 parent 3780bd8 commit 47c7ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MaterialDesignThemes.Wpf/Themes/Generic.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
<Storyboard>
5151
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="ScaleX" Storyboard.TargetName="ScaleTransform">
5252
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
53-
<EasingDoubleKeyFrame KeyTime="0:0:0.6" Value="1">
53+
<EasingDoubleKeyFrame KeyTime="0:0:1.2" Value="1">
5454
<EasingDoubleKeyFrame.EasingFunction>
5555
<SineEase EasingMode="EaseIn" />
5656
</EasingDoubleKeyFrame.EasingFunction>
5757
</EasingDoubleKeyFrame>
5858
</DoubleAnimationUsingKeyFrames>
5959
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="ScaleY" Storyboard.TargetName="ScaleTransform">
6060
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
61-
<EasingDoubleKeyFrame KeyTime="0:0:0.6" Value="1">
61+
<EasingDoubleKeyFrame KeyTime="0:0:1.2" Value="1">
6262
<EasingDoubleKeyFrame.EasingFunction>
6363
<SineEase EasingMode="EaseIn" />
6464
</EasingDoubleKeyFrame.EasingFunction>

0 commit comments

Comments
 (0)