记录调研 Lottie 的使用

817 阅读1分钟

Lottie 使用流程

图片:

使用 Adobe After Effects 设计出动画之后,使用 Lottie 提供的 Bodymovin 插件将设计好的动画导出成 JSON 格式

Lottie 动画社区

LottieFiles - Free animation files built for Lottie 图片

Lottie 动画创建

图片:

上传 json

图片:

在线查看(下载导出动画)

图片:

web端使用的组件

LottieFiles/lottie-player 导出 Lottie-player 组件

<script src="<https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js>"></script>
<lottie-player src="<https://assets1.lottiefiles.com/packages/lf20_l2unwjkj.json>" background="transparent" speed="1" style="width: 300px; height: 300px;" loop controls autoplay></lottie-player>

在线编辑 图片: Lottie 动画资源获取 图片: 获取导出动画 图片: