Temporaly fix for Loading indicator animation
This commit is contained in:
@@ -392,7 +392,15 @@
|
|||||||
Width="40"
|
Width="40"
|
||||||
Height="40"
|
Height="40"
|
||||||
Classes="LoadingAnimation"
|
Classes="LoadingAnimation"
|
||||||
Source="{SvgImage /Assets/loading.svg}" />
|
Source="{SvgImage /Assets/loading.svg}">
|
||||||
|
<!-- https://github.com/AvaloniaUI/Avalonia/issues/8791 -->
|
||||||
|
<!-- Has to explicitly set RotateTransform or animation does not work -->
|
||||||
|
<Image.RenderTransform>
|
||||||
|
<TransformGroup>
|
||||||
|
<RotateTransform />
|
||||||
|
</TransformGroup>
|
||||||
|
</Image.RenderTransform>
|
||||||
|
</Image>
|
||||||
</Grid>
|
</Grid>
|
||||||
<ListBox
|
<ListBox
|
||||||
x:Name="CurrentItems"
|
x:Name="CurrentItems"
|
||||||
|
|||||||
Reference in New Issue
Block a user