File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 89
89
</VisualStateGroup .Transitions>
90
90
<VisualState x : Name =" Normal" >
91
91
<Storyboard >
92
- <DoubleAnimation Storyboard.TargetProperty=" Opacity" Storyboard.TargetName=" ClickEllipse" To =" 0" Duration =" 0:0:0.2 " />
93
- <DoubleAnimation Storyboard.TargetProperty=" ScaleX" Storyboard.TargetName=" ScaleTransform" To =" 1" Duration =" 0:0:0.2 " />
94
- <DoubleAnimation Storyboard.TargetProperty=" ScaleY" Storyboard.TargetName=" ScaleTransform" To =" 1" Duration =" 0:0:0.2 " />
92
+ <DoubleAnimation Storyboard.TargetProperty=" Opacity" Storyboard.TargetName=" ClickEllipse" To =" 0" Duration =" 0:0:0.6 " />
93
+ <DoubleAnimation Storyboard.TargetProperty=" ScaleX" Storyboard.TargetName=" ScaleTransform" To =" 1" Duration =" 0:0:0.6 " />
94
+ <DoubleAnimation Storyboard.TargetProperty=" ScaleY" Storyboard.TargetName=" ScaleTransform" To =" 1" Duration =" 0:0:0.6 " />
95
95
</Storyboard >
96
96
</VisualState >
97
97
<VisualState x : Name =" MousePressed" >
You can’t perform that action at this time.
0 commit comments