首页 > 解决方案 > 在方向改变时恢复 Lottie 动画

问题描述

Lottie 动画在定向时重新开始。有没有办法从它在肖像模式下停止的地方恢复它。这是我当前的 Lottie 动画视图代码。

<com.airbnb.lottie.LottieAnimationView
        android:id="@+id/animation_view"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        app:lottie_autoPlay="true"
        app:lottie_loop="true"
        app:lottie_rawRes="@raw/hello_world" />

标签: androidandroid-layoutlottie

解决方案


推荐阅读