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

@@ -70,6 +70,12 @@
<ScrollViewer>
<StackPanel Spacing="4">
<StackPanel.ChildrenTransitions>
<TransitionCollection>
<RepositionThemeTransition IsStaggeringEnabled="False" />
</TransitionCollection>
</StackPanel.ChildrenTransitions>
<controls:SettingsCard
Command="{x:Bind ViewModel.EditAccountDetailsCommand}"
Description="{x:Bind domain:Translator.SettingsEditAccountDetails_Description}"