📅  最后修改于: 2022-03-11 14:47:47.443000             🧑  作者: Mango
lottie.loadAnimation({
container: element, // the dom element that will contain the animation
renderer: 'svg',
loop: true,
autoplay: true,
path: 'data.json' // the path to the animation json
});