Skip to content

Commit 093c4f5

Browse files
committed
Remove animations from RangeSelector
1 parent ec93987 commit 093c4f5

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Microsoft.Toolkit.Uwp.UI.Controls/RangeSelector/RangeSelector.xaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3-
xmlns:animations="using:Microsoft.Toolkit.Uwp.UI.Animations"
43
xmlns:controls="using:Microsoft.Toolkit.Uwp.UI.Controls">
54

65
<Style x:Key="SliderThumbStyle"
@@ -58,20 +57,6 @@
5857
BorderBrush="{ThemeResource SystemControlForegroundChromeHighBrush}"
5958
BorderThickness="1"
6059
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>
7560
<TextBlock x:Name="ToolTipText"
7661
Margin="8"
7762
Foreground="{ThemeResource SystemControlForegroundBaseHighBrush}" />

0 commit comments

Comments
 (0)