📜  github lottie - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:47.443000             🧑  作者: Mango

代码示例1
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
});