引入依赖
api 'com.airbnb.android:lottie:+'
拷贝动画资源 布局中使用LottieView
代码中进行控制
lottieView.setAnimation("data.json");
lottieView.setRepeatCount(-1);
lottieView.setRepeatMode(LottieDrawable.RESTART);
lottieView.playAnimation();
lottieView.pauseAnimation();
lottieView.cancelAnimation();
lottieView.getProgress();
Lottie资源下载 https://lottiefiles.com/