fix animations (#689)

This commit is contained in:
Aleh Khantsevich
2025-06-21 01:40:45 +02:00
committed by GitHub
parent 256fd1cce2
commit 9a88f798fc
7 changed files with 35 additions and 1 deletions

View File

@@ -52,6 +52,12 @@
<ScrollViewer>
<StackPanel Spacing="{StaticResource SettingsCardSpacing}">
<StackPanel.ChildrenTransitions>
<TransitionCollection>
<RepositionThemeTransition IsStaggeringEnabled="False" />
</TransitionCollection>
</StackPanel.ChildrenTransitions>
<!-- Accent Color -->
<controls:SettingsExpander
Description="{x:Bind domain:Translator.SettingsAccentColor_Description}"