fix: fix Loading rotation direction.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user