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

@@ -11,6 +11,11 @@
<ScrollViewer>
<StackPanel Spacing="{StaticResource SettingsCardSpacing}">
<StackPanel.ChildrenTransitions>
<TransitionCollection>
<RepositionThemeTransition IsStaggeringEnabled="False" />
</TransitionCollection>
</StackPanel.ChildrenTransitions>
<Image
Width="50"
Height="50"