|
@@ -2,7 +2,8 @@
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
+ xmlns:lottie="clr-namespace:Avalonia.Labs.Lottie;assembly=Avalonia.Labs.Lottie"
|
|
|
mc:Ignorable="d" d:DesignWidth="50" d:DesignHeight="50"
|
|
|
x:Class="PixiEditor.AvaloniaUI.Views.Indicators.LoadingIndicator">
|
|
|
- <Image Source="avares://PixiEditor.UI.Common/Assets/Processing.gif"/>
|
|
|
+ <lottie:Lottie Path="avares://PixiEditor.UI.Common/Assets/Animations/LoadingIndicator.json"/>
|
|
|
</UserControl>
|