Explorar o código

Remove animations on listbox items (#5563)

MutantAura %!s(int64=2) %!d(string=hai) anos
pai
achega
ddefb4fff4
Modificáronse 1 ficheiros con 0 adicións e 22 borrados
  1. 0 22
      src/Ryujinx.Ava/Assets/Styles/Styles.xaml

+ 0 - 22
src/Ryujinx.Ava/Assets/Styles/Styles.xaml

@@ -335,28 +335,6 @@
                 Value="{DynamicResource AppListBackgroundColor}" />
                 Value="{DynamicResource AppListBackgroundColor}" />
         <Setter Property="BorderThickness"
         <Setter Property="BorderThickness"
                 Value="2"/>
                 Value="2"/>
-        <Style.Animations>
-            <Animation Duration="0:0:0.7">
-                <KeyFrame Cue="0%">
-                    <Setter Property="MaxHeight"
-                            Value="0" />
-                    <Setter Property="Opacity"
-                            Value="0.0" />
-                </KeyFrame>
-                <KeyFrame Cue="50%">
-                    <Setter Property="MaxHeight"
-                            Value="1000" />
-                    <Setter Property="Opacity"
-                            Value="0.3" />
-                </KeyFrame>
-                <KeyFrame Cue="100%">
-                    <Setter Property="MaxHeight"
-                            Value="1000" />
-                    <Setter Property="Opacity"
-                            Value="1.0" />
-                </KeyFrame>
-            </Animation>
-        </Style.Animations>
     </Style>
     </Style>
     <Style Selector="ListBox ListBoxItem:selected /template/ ContentPresenter">
     <Style Selector="ListBox ListBoxItem:selected /template/ ContentPresenter">
         <Setter Property="Background"
         <Setter Property="Background"