15 lines
473 B
XML
15 lines
473 B
XML
<UserControl
|
|
x:Class="Wino.Mail.WinUI.Controls.SyncAnimationControl"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:animatedvisuals="using:Wino.Mail.WinUI.AnimatedVisuals">
|
|
|
|
<AnimatedVisualPlayer
|
|
x:Name="AnimationPlayer"
|
|
AutoPlay="True"
|
|
Stretch="Uniform">
|
|
<animatedvisuals:SyncRefreshAnimation />
|
|
</AnimatedVisualPlayer>
|
|
|
|
</UserControl>
|