fix: fix Loading rotation direction.

This commit is contained in:
Zhang Dian
2025-02-06 21:06:50 +08:00
parent 37571ebfb3
commit 440ab112e9

View File

@@ -45,12 +45,12 @@
</Style> </Style>
<Style Selector="^[IsLoading=True] /template/ Arc#PART_Arc"> <Style Selector="^[IsLoading=True] /template/ Arc#PART_Arc">
<Style.Animations> <Style.Animations>
<Animation IterationCount="Infinite" Duration="0:0:0.5"> <Animation IterationCount="Infinite" Duration="0:0:0.6">
<KeyFrame Cue="0%"> <KeyFrame Cue="0%">
<Setter Property="RotateTransform.Angle" Value="0.0" /> <Setter Property="RotateTransform.Angle" Value="0.0" />
</KeyFrame> </KeyFrame>
<KeyFrame Cue="100%"> <KeyFrame Cue="100%">
<Setter Property="RotateTransform.Angle" Value="-360.0" /> <Setter Property="RotateTransform.Angle" Value="360.0" />
</KeyFrame> </KeyFrame>
</Animation> </Animation>
</Style.Animations> </Style.Animations>