gpt4 book ai didi

Android lottie 动画滞后

转载 作者:行者123 更新时间:2023-11-29 23:45:20 28 4
gpt4 key购买 nike

我正在开发适用于 iOS 和 Android 的应用程序。启动画面有一个 JSON 动画。在 iOS 中,动画完美运行,但在 Android 中,相同的动画运行有滞后。有人体验过吗?

注意事项:动画没有任何图片资源。

我收到了一些错误日志,但它们似乎并不相关,因为我已经尝试过其他没有延迟运行的动画,它显示了相同的错误。

这些是错误:

W/LOTTIE: Lottie doesn't support layer effects. If you are using them for  fills, strokes, trim paths etc. then try adding them directly as contents  in your shape.
Found: [Radial Shadow]
W/LOTTIE: Animation contains merge paths. Merge paths are only supported on KitKat+ and must be manually enabled by calling enableMergePathsForKitKatAndAbove().

最佳答案

正如您的警告消息所说,尝试设置 enableMergePathsForKitKatAndAbove()

例子,在 xml 中 -

<com.airbnb.lottie.LottieAnimationView
...
...
...
app:lottie_enableMergePathsForKitKatAndAbove="true"/>

或者,在 Java 中 -

lottieAnimationView.enableMergePathsForKitKatAndAbove(true);

关于Android lottie 动画滞后,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51493427/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com