File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Microsoft.Toolkit.Uwp.UI.Controls/RangeSelector Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 1
1
<ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
- xmlns : animations =" using:Microsoft.Toolkit.Uwp.UI.Animations"
4
3
xmlns : controls =" using:Microsoft.Toolkit.Uwp.UI.Controls" >
5
4
6
5
<Style x : Key =" SliderThumbStyle"
58
57
BorderBrush =" {ThemeResource SystemControlForegroundChromeHighBrush}"
59
58
BorderThickness =" 1"
60
59
Visibility =" Collapsed" >
61
- <animations : Implicit .ShowAnimations>
62
- <animations : OpacityAnimation From =" 0"
63
- To =" 1.0"
64
- Duration =" 0:0:0.3" />
65
- </animations : Implicit .ShowAnimations>
66
-
67
- <animations : Implicit .HideAnimations>
68
- <animations : ScalarAnimation Target =" Opacity"
69
- To =" 0"
70
- Duration =" 0:0:1" >
71
- <animations : ScalarKeyFrame Key =" 0.7"
72
- Value =" 1.0" />
73
- </animations : ScalarAnimation >
74
- </animations : Implicit .HideAnimations>
75
60
<TextBlock x : Name =" ToolTipText"
76
61
Margin =" 8"
77
62
Foreground =" {ThemeResource SystemControlForegroundBaseHighBrush}" />
You can’t perform that action at this time.
0 commit comments