Lottie似乎是一种将详细动画集成到移动应用程序中的绝佳方法。我正在尝试使用来自www.LottieFiles.com的不确定的线性加载动画。这是动画的链接:https://www.lottiefiles.com/295-refresh。这是一个平面和线性动画,但整个文件为600x600。我在页面上感兴趣的渲染区域是中间实际上是25-50px的水平条纹,实际上是动画发生的地方。如何裁剪Lottie动画以仅显示没有所有填充和空白的动画,或者什么样的边距/比例设置适用于这种情况?
<StackLayout>
<!-- How do I make this Animation View render just the animated part of the lottie animation? -->
<AnimationView />
<!-- The rest of the page, doesn't matter -->
<ContentPage.Content />
</StackLayout>