我正在尝试从zip文件中播放Lottie。 documentation中引用了从zip文件播放的内容,但是我找不到如何实现该文件的示例。下面是我的代码。压缩文件中是data.json文件以及所需的图像文件夹,其中包含所有使用的.png文件。
lottie.loadAnimation({
container: document.getElementById("goHere"),
renderer: 'svg',
loop: true,
autoplay: true,
path: 'animation.zip' // the path to the animation json
});
答案 0 :(得分:1)
该文档与android
播放器有关。
https://airbnb.io/lottie/android/images.html#zip-file
很遗憾,网络播放器没有此功能。