项目作者: xautumn

项目描述 :
lottie源码分析
高级语言: Java
项目地址: git://github.com/xautumn/lottie-android-2.5.1.git
创建时间: 2018-03-20T07:02:44Z
项目社区:https://github.com/xautumn/lottie-android-2.5.1

开源协议:Apache License 2.0

下载


Lottie for Android, iOS, React Native, and Web

Build Status

Get it on Google Play

Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile!

For the first time, designers can create and ship beautiful animations without an engineer painstakingly recreating it by hand. They say a picture is worth 1,000 words so here are 13,000:

View documentation, FAQ, help, examples, and more at airbnb.io/lottie

Example1

Example2

Example3

Community

Example4

Download

Gradle is the only supported build configuration, so just add the dependency to your project build.gradle file:

  1. dependencies {
  2. compile 'com.airbnb.android:lottie:2.5.1'
  3. }