基于 ae+插件,我实现了一个效果
http://code.z01.com/lottie/名词解解释
AE:adobe After Effects,adobe 公司的专业视频制作软件。
Bodymovin:是一个 AE 的插件,它可以把动画直接输出成代码,直接给程序员使用放在各个终端上使用,是 airbnb 团队开发的一个插件,其原理是将动画转成 json 文件格式,然后通过 JS 程序输出,转换成 svg、canvas 或 html5 动画。
Lottie:是集成 BodyMovin 一系列服务的总称,其官网是 https://airbnb.design/lottie/
你可以称这一系列技术为 lottie 库,其官网如此介绍:
Lottie is the native engine that Airbnb’s awesome team built. It uses Bodymovin as the animation exporter and is the ideal complement for getting animations to play natively everywhere.
它是一款由 Airbnb 团队开发出的,完美地依托 Bodymovin 作为动画输出、帮助我们在项目中更自然便捷呈现动画的原生引
完整教程:
https://www.z01.com/blog/products/3524.shtml