aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMutantAura <44103205+MutantAura@users.noreply.github.com>2023-08-13 21:40:40 +0100
committerGitHub <noreply@github.com>2023-08-13 22:40:40 +0200
commitddefb4fff44509ca99628abf010ad6648a6503d5 (patch)
treec9ac32309f1bda46992de571c4f06592baa961f1 /src
parent2efd74b9cbb43b8f67907d39f353e06f4fef3863 (diff)
Remove animations on listbox items (#5563)1.1.983
Diffstat (limited to 'src')
-rw-r--r--src/Ryujinx.Ava/Assets/Styles/Styles.xaml22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/Ryujinx.Ava/Assets/Styles/Styles.xaml b/src/Ryujinx.Ava/Assets/Styles/Styles.xaml
index 146e60b5..f7f64be2 100644
--- a/src/Ryujinx.Ava/Assets/Styles/Styles.xaml
+++ b/src/Ryujinx.Ava/Assets/Styles/Styles.xaml
@@ -335,28 +335,6 @@
Value="{DynamicResource AppListBackgroundColor}" />
<Setter Property="BorderThickness"
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 Selector="ListBox ListBoxItem:selected /template/ ContentPresenter">
<Setter Property="Background"