File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 180
180
<DoubleAnimation Storyboard.TargetProperty=" Opacity"
181
181
Storyboard.TargetName=" ContentPanel"
182
182
From =" 0" To =" 1"
183
- Duration =" {StaticResource ExpandDuration}" />
183
+ Duration =" {DynamicResource ExpandDuration}" />
184
184
<DoubleAnimation Storyboard.TargetName=" ContentSiteScaleTransform"
185
185
Storyboard.TargetProperty=" (ScaleTransform.ScaleY)"
186
186
From =" 0" To =" 1"
187
- Duration =" {StaticResource ExpandDuration}" >
187
+ Duration =" {DynamicResource ExpandDuration}" >
188
188
<DoubleAnimation .EasingFunction>
189
189
<CubicEase EasingMode =" EaseInOut" />
190
190
</DoubleAnimation .EasingFunction>
197
197
<DoubleAnimation Storyboard.TargetProperty=" Opacity"
198
198
Storyboard.TargetName=" ContentPanel"
199
199
From =" 1" To =" 0"
200
- Duration =" {StaticResource CollapseDuration}" />
200
+ Duration =" {DynamicResource CollapseDuration}" />
201
201
<DoubleAnimation Storyboard.TargetName=" ContentSiteScaleTransform"
202
202
Storyboard.TargetProperty=" (ScaleTransform.ScaleY)"
203
203
From =" 1" To =" 0"
204
- Duration =" {StaticResource CollapseDuration}" >
204
+ Duration =" {DynamicResource CollapseDuration}" >
205
205
<DoubleAnimation .EasingFunction>
206
206
<CubicEase EasingMode =" EaseInOut" />
207
207
</DoubleAnimation .EasingFunction>
307
307
</Setter .Value>
308
308
</Setter >
309
309
</Style >
310
- </ResourceDictionary >
310
+ </ResourceDictionary >
You can’t perform that action at this time.
0 commit comments